mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 14:52:19 +02:00
use current source dir for console icon copy
This commit is contained in:
parent
e075ac2814
commit
c4fdd86a56
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ macro(CONSOLIDATE_INSTALLER_COMPONENTS)
|
|||
COMMAND "${CMAKE_COMMAND}" -E copy_directory $<TARGET_FILE_DIR:${TARGET_NAME}> ${CMAKE_BINARY_DIR}/package-bundle
|
||||
)
|
||||
elseif (TARGET_NAME STREQUAL "package-console")
|
||||
set (ICON_FILE_PATH "${PROJECT_SOURCE_DIR}/resources/${CONSOLE_ICON}")
|
||||
set (ICON_FILE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/resources/${CONSOLE_ICON}")
|
||||
set (ICON_DESTINATION_NAME "console.ico")
|
||||
|
||||
# add a command to copy the folder produced by electron-packager to package-bundle
|
||||
|
|
Loading…
Reference in a new issue