Skip to content

Commit

Permalink
Fix package copy file error
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Aug 2, 2020
1 parent eba7430 commit baec305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ run "Create ${CODE}chrome.zip" "zip -r '$OUTPUT_NAME/chrome.zip' dist/*"
# Firefox
run "Create ${CODE}firefox.zip" "yarn web-ext --config=.web-ext.config.js build -a '$OUTPUT_NAME' -n 'firefox.zip'"
run "Signing ${CODE}firefox.xpi" "yarn web-ext --config=.web-ext.config.js sign -a '$OUTPUT_NAME' -n 'firefox.xpi' --api-key '$FIREFOX_SIGNING_ISSUER' --api-secret '$FIREFOX_SIGNING_SECRET' --id='$FIREFOX_SIGNING_ID'"
mv "$OUTPUT_NAME/vrv_anime_skip-$PACKAGE_VERSION-an+fx.xpi" "$OUTPUT_NAME/firefox.xpi"
mv "$OUTPUT_NAME/anime_skip-$PACKAGE_VERSION-an+fx.xpi" "$OUTPUT_NAME/firefox.xpi"
# TODO - Edge & Opera

# DEPLOY ###############################
Expand Down

0 comments on commit baec305

Please sign in to comment.