update pngcrush script (how did it work before?!?)
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
SET PATH=%PATH%;c:\stepmania\stepmania\utils\
|
SET PATH=%PATH%;c:\stepmania\stepmania\utils
|
||||||
forfiles -p.. -s -m*.png -c"pngcrushinplace.bat @FILE"
|
forfiles -p.. -s -m*.png -c"pngcrushinplace.bat 0x22@FILE0x22 0x22@FILEtemp0x22"
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
pngcrush %1 new%1
|
pngcrush %1 %2
|
||||||
del %1
|
del %1
|
||||||
rename new%1 %1
|
rename %2 %1
|
||||||
|
|||||||
Reference in New Issue
Block a user