mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
7 lines
255 B
Bash
Executable File
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" |