Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b047c0

Browse files
committedFeb 5, 2025·
retry
1 parent 0fc935e commit 6b047c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/build.sh

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.