mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
Innosetup installer updates
Rename usage of outdated Innosetup functions Configure CMake to use the same build type for Innosetup target Use Tenacity logos Update readme information displayed post-install Update license information displayed pre-install Fix installer generation Cleanup innosetup configuration Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
@@ -23,11 +23,12 @@ if( INNO_SETUP_COMPILER )
|
||||
-DOUTPUT_DIR=${TEMP_PACKAGE_PATH}
|
||||
-DINNO_SETUP_COMPILER=${INNO_SETUP_COMPILER}
|
||||
-DEMBED_MANUAL=${${_OPT}package_manual}
|
||||
-DBUILDING_64_BIT=${IS_64BIT}
|
||||
-DIS_64_BIT=${IS_64BIT}
|
||||
-DSIGN=${${_OPT}perform_codesign}
|
||||
-DWINDOWS_CERTIFICATE=${WINDOWS_CERTIFICATE}
|
||||
-D WINDOWS_CERTIFICATE_PASSWORD=${WINDOWS_CERTIFICATE_PASSWORD}
|
||||
-P "${CMAKE_SOURCE_DIR}/win/Inno_Setup_Wizard/BuildInnoSetupInstaller.cmake"
|
||||
-D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
|
||||
-parallel ${CMAKE_BUILD_PARALLEL_LEVEL}
|
||||
VERBATIM
|
||||
)
|
||||
|
Reference in New Issue
Block a user