Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LibreELEC/usb-sd-creator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a51f82b3b78bb9bfddaf8b23b0ae8a40403024f1
Choose a base ref
..
head repository: LibreELEC/usb-sd-creator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4dcd56b612a24b5ea6852b05471f20a463d4ef5
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -238,7 +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 "LibreELEC.USB-SD.Creator")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${projectDisplayName}")
elseif(APPLE)
set(CPACK_PACKAGE_FILE_NAME "LibreELEC.USB-SD.Creator.macOS")