Revert back merge error 4h ago

I nearly lost my mind
This commit is contained in:
adrienmalin
2018-08-06 23:00:06 +02:00
committed by GitHub
parent f2b5a32b35
commit a264f0cae0
15 changed files with 2411 additions and 1023 deletions

View File

@ -1,2 +1,3 @@
for /F %%n in ('dir /B *.ts') do pylupdate5 ..\game_gui.py -ts -noobsolete %%n
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
pause