This commit is contained in:
SethBurkart123
2023-09-12 07:06:04 +10:00
parent ae9515532e
commit ee1738fb21
9 changed files with 76 additions and 38 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
echo "Packaging the application from build/"
7z a -tzip package.zip ./build/*
echo "Done. Package is in package.zip and is ready to publish!"
echo "Done. Package is in package.zip and is ready to publish!"
# Updating safari Xcode Project
echo "Packaging for Safari"
cp ./build/* "./safari/Shared (Extension)\Resources"