Skip to content

Commit

Permalink
Fixed hard coded archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanRiggans committed Dec 5, 2019
1 parent eaaf862 commit ce458a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstable-build-script.sh
Expand Up @@ -56,7 +56,7 @@ cp -r ./app/* ./dist/browser/
npm run make:all
cd ./dist/browser/
web-ext build
mv ./web-ext-artifacts/bulk_url_opener-1.6.0.zip ../bulkurlopener-$VERSION-browser.zip
mv ./web-ext-artifacts/bulk_url_opener-$VERSION.zip ../bulkurlopener-$VERSION-browser.zip
cd ..
rm -r browser/
zip -r bulkurlopener-$VERSION-windows.zip win-unpacked
Expand Down

0 comments on commit ce458a4

Please sign in to comment.