Skip to content

Commit

Permalink
Merge pull request #75 from CvH/drop_license_page
Browse files Browse the repository at this point in the history
drop license page at installer
  • Loading branch information
chewitt authored Oct 7, 2024
2 parents ba6df48 + 8c4a458 commit 8f632fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 8f632fc

Please sign in to comment.