File tree Expand file tree Collapse file tree 3 files changed +2
-98
lines changed Expand file tree Collapse file tree 3 files changed +2
-98
lines changed Original file line number Diff line number Diff line change @@ -386,10 +386,10 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Hydrogen")
386386IF (MINGW)
387387 #Set the other files that will be used in CPack
388388 SET (WIN64 "OFF" CACHE BOOL "Windows 64 Bit" )
389- SET (CPACK_STRIP_FILES "${WINDOWS_DIR} /src/cli/h2cli.exe" "${WINDOWS_DIR} /src/gui/hydrogen.exe" "${WINDOWS_DIR} /src/player/h2player.exe" " ${WINDOWS_DIR} /src/synth/h2synth.exe" )
389+ SET (CPACK_STRIP_FILES "${WINDOWS_DIR} /src/cli/h2cli.exe" "${WINDOWS_DIR} /src/gui/hydrogen.exe" "${WINDOWS_DIR} /src/player/h2player.exe" )
390390 #Program Files for Hydrogen
391391 SET (WINDOWS_DIR "windows" )
392- INSTALL (FILES "${WINDOWS_DIR} /src/cli/h2cli.exe" "${WINDOWS_DIR} /src/core/libhydrogen-core-${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} .dll" "${WINDOWS_DIR} /src/gui/hydrogen.exe" "${WINDOWS_DIR} /src/player/h2player.exe" " ${WINDOWS_DIR} /src/synth/h2synth.exe" DESTINATION ./)
392+ INSTALL (FILES "${WINDOWS_DIR} /src/cli/h2cli.exe" "${WINDOWS_DIR} /src/core/libhydrogen-core-${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} .dll" "${WINDOWS_DIR} /src/gui/hydrogen.exe" "${WINDOWS_DIR} /src/player/h2player.exe" DESTINATION ./)
393393 #Install files from the extralibs dir
394394 INSTALL (DIRECTORY ${WINDOWS_DIR} /extralibs/ DESTINATION ./)
395395
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments