chore: renaming generic_manifest to manifest_all

I did that to avoid get confused when editing the files. Having both
with the same initial name make it simple to identify the one I must
edit.
This commit is contained in:
Bruno F. Fontes 2023-10-13 19:07:45 -03:00
parent a3d149e54b
commit 902111a276
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash --
sed -z 's|<<firefox[^<]*<</firefox>>||g' generic_manifest.json > manifest.json
sed -z 's|<<firefox[^<]*<</firefox>>||g' manifest_all.json > manifest.json
sed -i 's|<</chrome>>||g' manifest.json
sed -i 's|<<chrome>>||g' manifest.json

View File

@ -1,6 +1,6 @@
#!/bin/bash --
sed -z 's|<<chrome[^<]*<</chrome>>||g' generic_manifest.json > manifest.json
sed -z 's|<<chrome[^<]*<</chrome>>||g' manifest_all.json > manifest.json
sed -i 's|<</firefox>>||g' manifest.json
sed -i 's|<<firefox>>||g' manifest.json