mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Build a Qt6 installer for win64
This commit is contained in:
@ -58,6 +58,10 @@ if "%1"=="x86" (
|
||||
type copy_build_installer.iss > build_installer.iss
|
||||
)
|
||||
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss || exit /b
|
||||
if "%4"=="qt6" (
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer_qt6.iss || exit /b
|
||||
) else (
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss || exit /b
|
||||
)
|
||||
|
||||
cd ..
|
Reference in New Issue
Block a user