1
0
Fork 0
x64dbg/maketranslatetemplate.bat

7 lines
257 B
Batchfile
Raw Normal View History

2016-08-21 12:49:18 +08:00
@echo off
echo Run this to update translation templates after the source is modified. Be sure to set Qt path in setenv.bat
call setenv.bat x64
2016-08-24 16:52:55 +08:00
lupdate src/x64dbg_translations.pro
lrelease src/x64dbg_translations.pro
del src\gui\Translations\x64dbg.qm