mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 05:34:25 +02:00
Remove \r char in build script
This commit is contained in:
parent
99a95884e1
commit
0eea1dc0b4
@ -39,7 +39,7 @@ rm -f $NAME.crx $NAME.xpi
|
||||
7z a -tzip -mx9 $NAME.crx $CH_FILES
|
||||
7z rn $NAME.crx temp-chrome-manifest.json manifest.json temp-background.js background.js temp-options.html options.html temp-popup.html popup.html
|
||||
|
||||
# Generate Firefox .xpi extension package (Firefox manifest)
|
||||
# Generate Firefox .xpi extension package (firefox manifest)
|
||||
7z a -tzip -mx9 $NAME.xpi $FF_FILES
|
||||
7z rn $NAME.xpi temp-ff-manifest.json manifest.json temp-background.js background.js temp-options.html options.html temp-popup.html popup.html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user