@@ -10,7 +10,7 @@ git submodule update --remote
1010
1111
1212REM Import the Qt and VS2022 paths.
13- set PATH = C:\Qt\Tools\CMake_64\bin;C:\Qt\6.9.2 \msvc2022_64\bin;%PATH%
13+ set PATH = C:\Qt\Tools\CMake_64\bin;C:\Qt\6.10.0 \msvc2022_64\bin;%PATH%
1414REM "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
1515call " C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd"
1616
@@ -37,22 +37,25 @@ copy extern\goodasm\Release\goodasm.exe ..\Release\
3737cd ..
3838
3939REM Adding files that windeployqt forgets.
40- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Charts.dll Release\
41- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6OpenGL.dll Release\
42- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6OpenGLWidgets.dll Release\
43- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Widgets.dll Release\
44- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Gui.dll Release\
45- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6PrintSupport.dll Release\
46- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Pdf.dll Release\
47- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Svg.dll Release\
48- rem copy C:\Qt\6.9.2\msvc2022_64\bin\Qt6Core.dll Release\
49- copy C:\Qt\6.9.2\msvc2022_64\bin\*.dll Release\
40+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Charts.dll Release\
41+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6OpenGL.dll Release\
42+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6OpenGLWidgets.dll Release\
43+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Widgets.dll Release\
44+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Gui.dll Release\
45+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6PrintSupport.dll Release\
46+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Pdf.dll Release\
47+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Svg.dll Release\
48+ rem copy C:\Qt\6.10.0\msvc2022_64\bin\Qt6Core.dll Release\
49+ copy C:\Qt\6.10.0\msvc2022_64\bin\*.dll Release\
50+
51+ REM Adding Yara lib if it exists.
52+ copy c:\bin\yara_x_capi.dll Release\
5053
5154echo Finishing packing Release. Now making installer.
5255
5356
5457REM Including the path.
55- set PATH = C:\Qt\Tools\QtInstallerFramework\4.8\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.9.2 \msvc2022_64\bin;C:\Qt\Tools\QtInstallerFramework\4.8\bin;%PATH%
58+ set PATH = C:\Qt\Tools\QtInstallerFramework\4.8\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.10.0 \msvc2022_64\bin;C:\Qt\Tools\QtInstallerFramework\4.8\bin;%PATH%
5659
5760REM Copying packages.
5861xcopy/y/s Release\* Deployment\packages\com.maskromtool.maskromtool\data\
0 commit comments