mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Add some debug output to create_installer.cmd
This commit is contained in:
@ -58,10 +58,12 @@ if "%1"=="x86" (
|
|||||||
type copy_build_installer.iss > build_installer.iss
|
type copy_build_installer.iss > build_installer.iss
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo "iscc start"
|
||||||
if "%4"=="qt6" (
|
if "%4"=="qt6" (
|
||||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer_qt6.iss "/Ssigntool=signtool.exe sign /f %5 /p %6 $f" || exit /b
|
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer_qt6.iss "/Ssigntool=signtool.exe sign /f %5 /p %6 $f" || exit /b
|
||||||
) else (
|
) else (
|
||||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss "/Ssigntool=signtool.exe sign /f %5 /p %6 $f" || exit /b
|
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss "/Ssigntool=signtool.exe sign /f %5 /p %6 $f" || exit /b
|
||||||
)
|
)
|
||||||
|
echo "iscc done!"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
Reference in New Issue
Block a user