Info.plist generation, out-of-src build support (#1686)
This commit is contained in:
parent
901f3f47df
commit
df0acd70d0
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ if (NANO_GUI OR RAIBLOCKS_GUI)
|
|||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
CONFIGURE_FILE(Info.plist.in Info.plist @ONLY)
|
||||
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/Info.plist.in ${CMAKE_SOURCE_DIR}/Info.plist @ONLY)
|
||||
install (TARGETS nano_wallet DESTINATION Nano.app/Contents/MacOS)
|
||||
install (FILES Info.plist DESTINATION Nano.app/Contents)
|
||||
install (FILES qt.conf DESTINATION Nano.app/Contents/Resources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue