diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-20 15:15:38 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-20 15:15:38 -0500 |
commit | 8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa (patch) | |
tree | 034a043944891137c88340e138dfbb6d716b2dc4 | |
parent | 8f07eda99a1fcfdfc808693e25d4b3b3b388b128 (diff) | |
download | tools-8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa.tar.gz tools-8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa.tar.bz2 tools-8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa.tar.xz tools-8cb03d60d218fcfbb0b986bde10c8f2fd994e8aa.zip |
remove duplicate instruction from make-updates
-rwxr-xr-x | client/make-updates | 2 |
1 files changed, 0 insertions, 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 |