From 8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 20 Nov 2017 15:15:38 -0500 Subject: remove duplicate instruction from make-updates --- client/make-updates | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/make-updates b/client/make-updates index 7fed2ed..cf9bab6 100755 --- a/client/make-updates +++ b/client/make-updates @@ -33,8 +33,6 @@ echo ">> Changing file dates..." find -path ./music -prune -o -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -exec touch --date=2015-01-01 {} \; echo ">> Compressing files..." find -path ./music -prune -o -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X -@ $dir/files/Legacy.zip -chmod a+r $dir/files/Legacy.zip - echo ">> Dumping git revision to file..." git rev-parse HEAD >$dir/commit.txt -- cgit v1.2.3-60-g2f50