Skip to content

Commit 4865af5

Browse files
committed
retry
1 parent 7f815be commit 4865af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

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

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

0 commit comments

Comments
 (0)