Update copy_build.cmd
This commit is contained in:
parent
249a928027
commit
ea3adbdd90
|
@ -104,6 +104,9 @@ copy /y %qtPath%\translations\qtscript_*.qm %instPath%\translations\
|
|||
copy /y %qtPath%\translations\qtxmlpatterns_*.qm %instPath%\translations\
|
||||
)
|
||||
|
||||
"C:\Program Files\7-Zip\7z.exe" a %instPath%\translations.7z %instPath%\translations\*
|
||||
rmdir /S /Q %instPath%\translations\
|
||||
|
||||
ECHO Copying Sandboxie
|
||||
|
||||
copy /y %sbiePath%\SbieSvc.exe %instPath%\
|
||||
|
|
Loading…
Reference in New Issue