Skip to content

Commit 2fe3dc3

Browse files
committed
retry
1 parent 6b047c0 commit 2fe3dc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ xcodebuild \
3434
-configuration "Release" \
3535
-skipPackagePluginValidation \
3636
CODE_SIGN_STYLE=Manual \
37-
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" | LC_ALL="en_US.UTF-8" xcpretty
37+
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" \
38+
OTHER_CODE_SIGN_FLAGS='--timestamp' | LC_ALL="en_US.UTF-8" xcpretty
3839

3940
ditto "$(find "$HOME/Library/Developer/Xcode/DerivedData" -name "Coder Desktop.app")" "./build/Coder Desktop.app"

0 commit comments

Comments
 (0)