From 20c9d04a4859ba8027426b4c1fe3a74179da8d80 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 5 Jul 2003 05:56:31 +0000 Subject: [PATCH] update pngcrush script (how did it work before?!?) --- stepmania/Utils/pngcrushallfiles.bat | 4 ++-- stepmania/Utils/pngcrushinplace.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/Utils/pngcrushallfiles.bat b/stepmania/Utils/pngcrushallfiles.bat index 09742179cc..166dd33a5f 100755 --- a/stepmania/Utils/pngcrushallfiles.bat +++ b/stepmania/Utils/pngcrushallfiles.bat @@ -1,2 +1,2 @@ -SET PATH=%PATH%;c:\stepmania\stepmania\utils\ -forfiles -p.. -s -m*.png -c"pngcrushinplace.bat @FILE" \ No newline at end of file +SET PATH=%PATH%;c:\stepmania\stepmania\utils +forfiles -p.. -s -m*.png -c"pngcrushinplace.bat 0x22@FILE0x22 0x22@FILEtemp0x22" \ No newline at end of file diff --git a/stepmania/Utils/pngcrushinplace.bat b/stepmania/Utils/pngcrushinplace.bat index e057ada5b8..52ab91b226 100755 --- a/stepmania/Utils/pngcrushinplace.bat +++ b/stepmania/Utils/pngcrushinplace.bat @@ -1,3 +1,3 @@ -pngcrush %1 new%1 +pngcrush %1 %2 del %1 -rename new%1 %1 +rename %2 %1