This reverts commit 99d6da5990, reversing
changes made to c4914eedd8.
This commit is contained in:
adrienmalin
2018-08-06 20:49:07 +02:00
parent 99d6da5990
commit fd39b59111
14 changed files with 279 additions and 1827 deletions

View File

@ -1,3 +1,2 @@
for /F %%n in ('dir /B *.ts') do pylupdate5 -verbose ..\window.py ..\settings.py ..\stats.py ..\matrix.py ..\frames.py -ts -noobsolete %%n
echo You may need to edit *.ts files with a text editor to correct special characters
for /F %%n in ('dir /B *.ts') do pylupdate5 ..\game_gui.py -ts -noobsolete %%n
pause