Skip to content

Commit bc11728

Browse files
committed
Standard english date for build script
1 parent 445584b commit bc11728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NAME_DMG="${NAME}.app"
2222
echo $NAME_DMG
2323
create-dmg $NAME_DMG
2424

25-
DATE=`date +"%a, %d %b %Y %H:%M:%S %z"`
25+
DATE=`LC_ALL=en_US.utf8 date +"%a, %d %b %Y %H:%M:%S %z"`
2626
BUILD=`/usr/libexec/PlistBuddy -c "Print CFBundleVersion" ${NAME}.app/Contents/Info.plist`
2727
VERSION=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" ${NAME}.app/Contents/Info.plist`
2828
MINIMUM=`/usr/libexec/PlistBuddy -c "Print LSMinimumSystemVersion" ${NAME}.app/Contents/Info.plist`

0 commit comments

Comments
 (0)