mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
again...
This commit is contained in:
parent
60691ba9cc
commit
7a72990395
1 changed files with 2 additions and 2 deletions
|
@ -1266,9 +1266,9 @@ if (NOT ANDROID OR TERMUX)
|
||||||
endforeach()
|
endforeach()
|
||||||
install(FILES res/logo.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/1024x1024/apps)
|
install(FILES res/logo.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/1024x1024/apps)
|
||||||
else()
|
else()
|
||||||
if (NOT APPLE OR FORCE_APPLE_BIN)
|
#if (NOT APPLE OR FORCE_APPLE_BIN)
|
||||||
install(TARGETS furnace RUNTIME DESTINATION bin)
|
install(TARGETS furnace RUNTIME DESTINATION bin)
|
||||||
endif()
|
#endif()
|
||||||
|
|
||||||
if (APPLE AND NOT FORCE_APPLE_BIN)
|
if (APPLE AND NOT FORCE_APPLE_BIN)
|
||||||
install(TARGETS furnace RESOURCE DESTINATION locale)
|
install(TARGETS furnace RESOURCE DESTINATION locale)
|
||||||
|
|
Loading…
Reference in a new issue