diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 128aac4c69..ad69c3cdf1 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -397,6 +397,7 @@ if ! $skipStart; then if $deployUpdateManifest; then rm -f update_manifest_keypair.json args+=(--deploy-update linux) + args+=(--deploy-update osx) args+=(--deploy-update windows) fi