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