update pngcrush script (how did it work before?!?)

This commit is contained in:
Chris Danford
2003-07-05 05:56:31 +00:00
parent 2636a34acb
commit 20c9d04a48
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
SET PATH=%PATH%;c:\stepmania\stepmania\utils\
forfiles -p.. -s -m*.png -c"pngcrushinplace.bat @FILE"
SET PATH=%PATH%;c:\stepmania\stepmania\utils
forfiles -p.. -s -m*.png -c"pngcrushinplace.bat 0x22@FILE0x22 0x22@FILEtemp0x22"
+2 -2
View File
@@ -1,3 +1,3 @@
pngcrush %1 new%1
pngcrush %1 %2
del %1
rename new%1 %1
rename %2 %1