git repos / blockattack-game

commit 9c61b974

Poul Sander · 2026-05-14 19:23
9c61b97402152f11f4c3dbc26bb88969e092d7d5 patch · browse files
parent 0ca01b16e4f871961a0304079b2f5a590c11b818

Set timezone to UTC before creating the data package. Setting the umask is left as an exercise to whoever needs it.

Changed files

M packdata.sh before
diff --git a/packdata.sh b/packdata.sh index f5ca7f3..defe92c 100755 --- a/packdata.sh +++ b/packdata.sh
@@ -1,5 +1,7 @@
#!/bin/bash
set -e
+export LC_ALL=C
+export TZ=UTC
zip -9ojX Game/blockattack.data source/AUTH
pushd Game/data
zip -9oX $(find ../blockattack.data ./* | sort) -x \*svn*