add package script

This commit is contained in:
SethBurkart123
2023-08-31 06:30:04 +10:00
parent 382c307189
commit b524e91503
Executable
+3
View File
@@ -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!"