fix: remove version number from webextension zip so that firefox can auto-update it
All checks were successful
/ build_debian (push) Successful in 17s
All checks were successful
/ build_debian (push) Successful in 17s
This commit is contained in:
parent
dcf7caa08f
commit
d0a476d20a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
|
||||
# webextension-tabfocus
|
||||
cd webextension-tabfocus
|
||||
zip "../tabfocus-$(jq -r .version < manifest.json).zip" *
|
||||
zip "../tabfocus.zip" *
|
||||
cd ..
|
||||
cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/
|
||||
# package
|
||||
|
|
Loading…
Reference in a new issue