Info.plist generation, out-of-src build support (#1686)

This commit is contained in:
cryptocode 2019-02-02 17:16:17 +01:00 committed by GitHub
commit df0acd70d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)