From aecbf876cd0a7894396a2e5034af9d93bf028aa0 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 13 Mar 2024 15:45:37 +0100 Subject: macOS: Create an app bundle Also enable using `cpack -G DragNDrop` to create a DMG to easily drag Mana into the Applications folder. The DMG is also available as a CI artifact. The minimum deployment target has been set to 10.15, as required due to usage of std::filesystem::create_directories. --- data/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 56097b6e..198787dc 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -5,5 +5,5 @@ INSTALL(DIRECTORY icons music sfx - DESTINATION ${PKG_DATADIR}/data + DESTINATION ${CMAKE_INSTALL_DATADIR}/data ) -- cgit v1.2.3-70-g09d2