Create a batch to update translation template
This commit is contained in:
parent
03c62b428d
commit
3aa1de1d1a
|
@ -0,0 +1,5 @@
|
|||
@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.exe" src/gui/x64dbg.pro
|
Loading…
Reference in New Issue