Skip to content

Commit 0a258b3

Browse files
committed
retry
1 parent f2d9ff0 commit 0a258b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/build.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ CODE_SIGN_IDENTITY="Developer ID Application: Coder Technologies Inc (4399GN35BJ
1313

1414
APP_PROVISIONING_PROFILE_ID=$(get_uuid "$APP_PROF_PATH")
1515
EXT_PROVISIONING_PROFILE_ID=$(get_uuid "$EXT_PROF_PATH")
16-
export RELEASE_BUILD=true
17-
# `xcodegen` environment variables set
18-
make
16+
RELEASE_BUILD=true
1917

2018
# Install Provisioning Profiles
21-
cp "$APP_PROF_PATH" "${XCODE_PROVISIONING_PROFILES_DIR}/${app_prof_id}.provisionprofile"
22-
cp "$EXT_PROF_PATH" "${XCODE_PROVISIONING_PROFILES_DIR}/${ext_prof_id}.provisionprofile"
19+
cp "$APP_PROF_PATH" "${XCODE_PROVISIONING_PROFILES_DIR}/${APP_PROVISIONING_PROFILE_ID}.provisionprofile"
20+
cp "$EXT_PROF_PATH" "${XCODE_PROVISIONING_PROFILES_DIR}/${EXT_PROVISIONING_PROFILE_ID}.provisionprofile"
2321

2422
export APP_PROVISIONING_PROFILE_ID
2523
export EXT_PROVISIONING_PROFILE_ID
24+
export RELEASE_BUILD
25+
make
2626
xcodebuild \
2727
-project "Coder Desktop/Coder Desktop.xcodeproj" \
2828
-scheme "Coder Desktop" \

0 commit comments

Comments
 (0)