1
0
Fork 0
x64dbg/maketranslatetemplate.bat

8 lines
234 B
Batchfile
Raw Normal View History

@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
lupdate src/gui/x64dbg.pro
lrelease src/gui/x64dbg.pro
del src\gui\Translations\x64dbg.qm