Fixes for Firefox src packaging

This commit is contained in:
Jackson Harper
2023-11-14 09:41:20 +08:00
parent 971b234a44
commit bd948143f3
3 changed files with 2 additions and 5 deletions

View File

@ -12,7 +12,7 @@ firefox: build
FIREFOX_PKG_NAME="firefox-$(shell cat dist/manifest.json| jq -j .version).zip" ; \
FIREFOX_SRC_NAME="firefox-$(shell cat dist/manifest.json| jq -j .version)-src.zip" ; \
pushd dist; zip -r ../$$FIREFOX_PKG_NAME *; popd; \
pushd src; zip -r ../$$FIREFOX_SRC_NAME *; popd; \
zip -r $$FIREFOX_SRC_NAME src/* yarn.lock package.json .env.production webpack.js replace-with-process-env.js; \
echo "done"
chrome: build

View File

@ -26,8 +26,5 @@
"dependencies": {
"nanoid": "^4.0.2",
"uuid": "^8.3.2"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "process.env.EXTENSION_NAME",
"short_name": "process.env.EXTENSION_NAME",
"version": "2.8.0",
"version": "2.8.2",
"description": "Save PDFs and Articles to your Omnivore library",
"author": "Omnivore Media, Inc",
"default_locale": "en",