diff --git a/package.sh b/package.sh new file mode 100755 index 00000000..295de444 --- /dev/null +++ b/package.sh @@ -0,0 +1,3 @@ +echo "Packaging the application from build/" +7z a -tzip package.zip ./build/* +echo "Done. Package is in package.zip and is ready to publish!" \ No newline at end of file