fix: remove version number from webextension zip so that firefox can auto-update it
All checks were successful
/ build_debian (push) Successful in 17s

This commit is contained in:
s3lph 2024-11-29 02:16:08 +01:00
parent dcf7caa08f
commit d0a476d20a
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -22,7 +22,7 @@ jobs:
cp barcode-websocket-server package/debian/barcode-utils/usr/bin/ cp barcode-websocket-server package/debian/barcode-utils/usr/bin/
# webextension-tabfocus # webextension-tabfocus
cd webextension-tabfocus cd webextension-tabfocus
zip "../tabfocus-$(jq -r .version < manifest.json).zip" * zip "../tabfocus.zip" *
cd .. cd ..
cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/ cp tabfocus*zip package/debian/barcode-utils/usr/share/webextensions/
# package # package