From b524e91503020a43b3d50a1fef9c68bc4ab7e774 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 31 Aug 2023 06:30:04 +1000 Subject: [PATCH] add package script --- package.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 package.sh 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