2016-05-20 16:10:45 +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-06-12 02:07:39 +08:00
|
|
|
lupdate src/gui/x64dbg.pro
|
|
|
|
lrelease src/gui/x64dbg.pro
|
2016-07-12 15:18:04 +08:00
|
|
|
del src\gui\Translations\x64dbg.qm
|