Skip to content

Commit

Permalink
fix: type in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
puemos committed Jun 26, 2021
1 parent 32d79e2 commit dad0da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ rm -rf extension-archive.zip
(cd ./src/extension/ && sh ./update-core.sh)
(cd ./src/extension/ && sh ./build-extension.sh)
(cd ./src/extension/dist/ && zip -r extension-archive.zip .)
mv ./src/extension/extension-archive.zip extension-archive.zip
mv ./src/extension/dist/extension-archive.zip extension-archive.zip

0 comments on commit dad0da9

Please sign in to comment.