diff --git a/CMakeLists.txt b/CMakeLists.txt index 329bc7a..a481f7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,6 +239,7 @@ if(WIN32) set(CPACK_PACKAGE_EXECUTABLES "LibreELEC.USB-SD.Creator;LibreELEC USB-SD Creator x64") set(CPACK_GENERATOR INNOSETUP) set(CPACK_PACKAGE_INSTALL_DIRECTORY "${projectDisplayName}") + set(CPACK_INNOSETUP_IGNORE_LICENSE_PAGE ON) elseif(APPLE) set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.macOS")