mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 06:59:10 +00:00
4 lines
150 B
Bash
4 lines
150 B
Bash
|
#!/bin/sh
|
||
|
ci/store-deploy.sh mac || { echo "Failed to deploy macOS" ; exit 1 ; }
|
||
|
ci/store-deploy.sh ios || { echo "Failed to deploy iOS" ; exit 1 ; }
|