Files
BetterSEQTA-Plus/package.sh
T
SethBurkart123 ee1738fb21 cleanup
2023-09-12 07:06:04 +10:00

7 lines
255 B
Bash
Executable File

echo "Packaging the application from build/"
7z a -tzip package.zip ./build/*
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"