Skip to content

Commit

Permalink
[windows] rename installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Feb 24, 2024
1 parent eab45e6 commit 14f5e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ set(CPACK_PACKAGE_DIRECTORY "cpack")
set(CPACK_PACKAGE_NAME "${projectDisplayName}")
set(CPACK_PACKAGE_VENDOR "LibreELEC")
if(WIN32)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.Win32")
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.x64")
set(CPACK_GENERATOR INNOSETUP)
elseif(APPLE)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.macOS")
Expand Down

0 comments on commit 14f5e36

Please sign in to comment.