Skip to content

Commit

Permalink
Fixing extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Mar 22, 2024
1 parent 93205b9 commit 0b23ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ case $target in
# builds and publishes to the firefox extension store
firefox)
yarn run web-ext build -s $DIST_DIR -a .
mv ./ethui_wallet-$version.zip dist/firefox-v$version.xpi
mv ./ethui-$version.zip dist/firefox-v$version.xpi
;;
esac

0 comments on commit 0b23ba5

Please sign in to comment.