Skip to content

Commit

Permalink
QT 6.5.2 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Jul 20, 2023
1 parent 8057af8 commit 540d512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buildinstaller.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
REM Including the path.
set PATH=C:\Qt\Tools\QtInstallerFramework\4.5\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.5.1\msvc2019_64\bin;%PATH%
set PATH=C:\Qt\Tools\QtInstallerFramework\4.5\bin;C:\Qt\Tools\CMake_64\bin;C:\Qt\6.5.2\msvc2019_64\bin;C:\Qt\Tools\QtInstallerFramework\4.6\bin;%PATH%

REM Copying packages.
xcopy/y/s Release\* Deployment\packages\com.maskromtool.maskromtool\data\

cd Deployment
echo Building the installer executable.
binarycreator.exe -c config\config.xml -p packages -f MaskRomToolInstaller
move MaskRomToolInstaller.exe maskromtool-win-x86_64.exe
cd ..
2 changes: 1 addition & 1 deletion buildrelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rmdir /s /q build
rmdir /s /q Release

REM Import the Qt and VS2022 paths.
set PATH=C:\Qt\Tools\CMake_64\bin;C:\Qt\6.5.1\msvc2019_64\bin;%PATH%
set PATH=C:\Qt\Tools\CMake_64\bin;C:\Qt\6.5.2\msvc2019_64\bin;%PATH%
REM "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd"

Expand Down

0 comments on commit 540d512

Please sign in to comment.