mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
maybe you have to specify everything in one comman
This commit is contained in:
parent
b4bb897bad
commit
b102f52092
1 changed files with 1 additions and 6 deletions
|
@ -1279,15 +1279,10 @@ if (NOT ANDROID OR TERMUX)
|
|||
install(FILES res/logo.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/1024x1024/apps)
|
||||
else()
|
||||
if (MAKE_BUNDLE)
|
||||
install(TARGETS ${FURNACE} BUNDLE DESTINATION Applications)
|
||||
install(TARGETS ${FURNACE} BUNDLE DESTINATION Applications RESOURCE DESTINATION Resources)
|
||||
else()
|
||||
install(TARGETS ${FURNACE} RUNTIME DESTINATION bin)
|
||||
endif()
|
||||
|
||||
# ?!?!
|
||||
if (APPLE AND NOT FORCE_APPLE_BIN)
|
||||
install(TARGETS ${FURNACE} RESOURCE DESTINATION Resources)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue