From df0acd70d0ea07c4608363b845dfe546a645349d Mon Sep 17 00:00:00 2001 From: cryptocode Date: Sat, 2 Feb 2019 17:16:17 +0100 Subject: [PATCH] Info.plist generation, out-of-src build support (#1686) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d8390a7..54792586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)