Skip to content

Commit e0d0e77

Browse files
authored
Update copy_build.cmd
1 parent c66e716 commit e0d0e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Installer/copy_build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ IF %1 == x86 (
99
IF %1 == x64 (
1010
set archPath=x64
1111
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
12-
set qtPath=%~dp0..\..\Qt\6.3.1\msvc2019_64
12+
REM set qtPath=%~dp0..\..\Qt\6.3.1\msvc2019_64
13+
set qtPath=%~dp0..\..\Qt\5.15.2\msvc2019_64
1314
set instPath=%~dp0\SbiePlus_x64
1415
)
1516
IF %1 == ARM64 (

0 commit comments

Comments
 (0)