Skip to content

Commit

Permalink
Merge pull request #74 from CvH/path-fix
Browse files Browse the repository at this point in the history
fix windows install path
  • Loading branch information
chewitt authored Oct 6, 2024
2 parents 54a8cb7 + b6b4108 commit ba6df48
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 ba6df48

Please sign in to comment.