Fix build scripts
This commit is contained in:
parent
840f186185
commit
c6c2e6cc22
2 changed files with 2 additions and 7 deletions
|
|
@ -111,7 +111,7 @@ elif [ "$1" == "appstore" ]; then
|
|||
APP_TARGET="bazel_app"
|
||||
elif [ "$1" == "verify" ]; then
|
||||
BUILD_ENV_SCRIPT="build-system/verify.sh"
|
||||
APP_TARGET="bazel_app_arm64"
|
||||
APP_TARGET="bazel_app"
|
||||
export CODESIGNING_DATA_PATH="build-system/fake-codesigning"
|
||||
export CODESIGNING_CERTS_VARIANT="distribution"
|
||||
export CODESIGNING_PROFILES_VARIANT="appstore"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue