@@ -5,11 +5,12 @@ rmdir /s /q Release
55
66REM Don't forget to pull the new release.
77git pull
8- git submodule update
8+ git submodule init
9+ git submodule update --remote
910
1011
1112REM Import the Qt and VS2022 paths.
12- set PATH = C:\Qt\Tools\CMake_64\bin;C:\Qt\6.9.0 \msvc2022_64\bin;%PATH%
13+ set PATH = C:\Qt\Tools\CMake_64\bin;C:\Qt\6.9.2 \msvc2022_64\bin;%PATH%
1314REM "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
1415call " C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd"
1516
@@ -36,22 +37,22 @@ copy extern\goodasm\Release\goodasm.exe ..\Release\
3637cd ..
3738
3839REM Adding files that windeployqt forgets.
39- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Charts.dll Release\
40- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6OpenGL.dll Release\
41- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6OpenGLWidgets.dll Release\
42- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Widgets.dll Release\
43- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Gui.dll Release\
44- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6PrintSupport.dll Release\
45- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Pdf.dll Release\
46- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Svg.dll Release\
47- rem copy C:\Qt\6.9.0 \msvc2022_64\bin\Qt6Core.dll Release\
48- copy C:\Qt\6.9.0 \msvc2022_64\bin\*.dll Release\
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\
4950
5051echo Finishing packing Release. Now making installer.
5152
5253
5354REM Including the path.
54- set PATH = C:\Qt\Tools\QtInstallerFramework\4.8\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.9.0 \msvc2022_64\bin;C:\Qt\Tools\QtInstallerFramework\4.8\bin;%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%
5556
5657REM Copying packages.
5758xcopy/y/s Release\* Deployment\packages\com.maskromtool.maskromtool\data\
0 commit comments