From 9f78c37f37517b7e1f0fac44a7fec1814fcb5cb2 Mon Sep 17 00:00:00 2001 From: dob205 Date: Wed, 10 Nov 2021 10:26:00 +0100 Subject: [PATCH] Tweaking things to fix potential compile errors Should hopefully make GitHub Actions happy --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index db085ceec..d09b4ed34 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -53,7 +53,6 @@ endif() if(DEV_BRANCH) add_compile_definitions(DEV_BRANCH) - set(APP_ICON_MACOSX ${CMAKE_CURRENT_SOURCE_DIR}/mac/icons/branch/86Box.icns) endif() if(VNC) @@ -170,6 +169,10 @@ install(TARGETS 86Box) # adjustments for macOS app bundles if(APPLE) + install(TARGETS 86Box + BUNDLE DESTINATION . COMPONENT Runtime + RUNTIME DESTINATION bin COMPONENT Runtime + ) set(APPS ${CMAKE_CURRENT_BINARY_DIR}/86Box.app) install(CODE " include(InstallRequiredSystemLibraries)