Skip to content

Commit

Permalink
fix windows install path
Browse files Browse the repository at this point in the history
  • Loading branch information
CvH committed Oct 6, 2024
1 parent 54a8cb7 commit e4dcd56
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 @@ -238,6 +238,7 @@ if(WIN32)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.x64")
set(CPACK_PACKAGE_EXECUTABLES "LibreELEC.USB-SD.Creator;LibreELEC USB-SD Creator x64")
set(CPACK_GENERATOR INNOSETUP)
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${projectDisplayName}")
elseif(APPLE)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.macOS")

Expand Down

0 comments on commit e4dcd56

Please sign in to comment.