Update copy_build.cmd

This commit is contained in:
DavidXanatos 2022-10-19 08:51:43 +02:00 committed by GitHub
parent e14e10942c
commit eb86b59208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ copy "%redistPath%\*" %instPath%\
ECHO Copying Qt libraries
REM IF NOT %archPath% == ARM64 (
IF %archPath% == Win32 (
IF NOT %archPath% == ARM64 (
REM IF %archPath% == Win32 (
copy %qtPath%\bin\Qt5Core.dll %instPath%\
copy %qtPath%\bin\Qt5Gui.dll %instPath%\
copy %qtPath%\bin\Qt5Network.dll %instPath%\