mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
a4b1a5293e
-fixed the language download crash when trying to download the languages a second time -added a back button to the language manager -updated german.ini
7 lines
136 B
Batchfile
7 lines
136 B
Batchfile
for %%i in (..\data\images\*.png) do (
|
|
optipng.exe -o7 -nx "%%i"
|
|
pngout.exe /ks "%%i"
|
|
advpng.exe -z4 "%%i"
|
|
DeflOpt.exe "%%i"
|
|
)
|
|
pause |