mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
3 lines
141 B
Bash
Executable File
3 lines
141 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!" |