mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
ignore logs and packages when packaging console
This commit is contained in:
parent
f5bf431cd5
commit
550b47f58b
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ elseif (UNIX)
|
|||
set(PACKAGED_CONSOLE_FOLDER "server-console-linux-x64")
|
||||
endif ()
|
||||
|
||||
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGED_CONSOLE_FOLDER}/Server Console.app" DESTINATION bin COMPONENT ${APP_COMPONENT})
|
||||
install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/${PACKAGED_CONSOLE_FOLDER}/Server Console.app" DESTINATION bin COMPONENT ${SERVER_COMPONENT})
|
||||
|
||||
consolidate_installer_components()
|
||||
|
|
Loading…
Reference in a new issue