Various build fixes

Co-Authored-By: okrc <29057533+okrc@users.noreply.github.com>
This commit is contained in:
isaak654 2022-10-19 11:09:14 +02:00 committed by GitHub
parent e0d0e77d9a
commit 58905212e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,6 @@ REM IF %archPath% == Win32 (
copy %qtPath%\bin\Qt6Gui.dll %instPath%\
copy %qtPath%\bin\Qt6Network.dll %instPath%\
copy %qtPath%\bin\Qt6Widgets.dll %instPath%\
copy %qtPath%\bin\Qt6WinExtras.dll %instPath%\
)
@ -94,8 +93,12 @@ copy /y %~dp0..\SandboxiePlus\Build_SandMan_%archPath%\release\sandman_*.qm %ins
copy /y %~dp0\qttranslations\qm\qt_*.qm %instPath%\translations\
copy /y %~dp0\qttranslations\qm\qtbase_*.qm %instPath%\translations\
copy /y %~dp0\qttranslations\qm\qtmultimedia_*.qm %instPath%\translations\
IF %archPath% == Win32 (
REM The following files are only required for Qt5 x86
copy /y %qtPath%\translations\qtscript_*.qm %instPath%\translations\
copy /y %qtPath%\translations\qtxmlpatterns_*.qm %instPath%\translations\
)
ECHO Copying Sandboxie