mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-27 03:42:39 +00:00
8 lines
240 B
Bash
Executable File
8 lines
240 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf build dist
|
|
scripts/commit-beta.sh
|
|
ci/beta-archive.sh mac || { echo "Failed to build macOS" ; exit 1 ; }
|
|
scripts/reset-archive.sh
|
|
ci/beta-archive.sh ios || { echo "Failed to build iOS" ; exit 1 ; }
|
|
#scripts/reset-archive.sh
|