We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa7983 commit 1d42f52Copy full SHA for 1d42f52
1 file changed
scrips/release.sh scripts/release.shscrips/release.sh renamed to scripts/release.sh
@@ -1,3 +1,5 @@
1
+npm run build
2
+rm -rf ./build/*.zip
3
tar -zcvf ./build/Easy\ QR\ Code-darwin-x64.zip ./build/Easy\ QR\ Code-darwin-x64
4
tar -zcvf ./build/Easy\ QR\ Code-linux-x64.zip ./build/Easy\ QR\ Code-linux-x64
5
tar -zcvf ./build/Easy\ QR\ Code-mas-x64.zip ./build/Easy\ QR\ Code-mas-x64
0 commit comments