diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index e9649bab..9deaa554 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -47,6 +47,7 @@ if(APPLE) set(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/macos/cutter.icns") set(CPACK_DMG_BACKGROUND_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/macos/cutter_mac_app.png") set(CPACK_DMG_DS_STORE "${CMAKE_CURRENT_SOURCE_DIR}/macos/DS_Store_ForDMGBackground") + set(CPACK_DMG_VOLUME_NAME "Cutter") set(CPACK_BUNDLE_APPLE_ENTITLEMENTS "${CMAKE_CURRENT_SOURCE_DIR}/macos/Entitlements.plist") set(CPACK_APPLE_BUNDLE_ID "re.rizin.cutter") if (CUTTER_ENABLE_CRASH_REPORTS) diff --git a/dist/macos/DS_Store_ForDMGBackground b/dist/macos/DS_Store_ForDMGBackground index d38aded7..6361dd17 100644 Binary files a/dist/macos/DS_Store_ForDMGBackground and b/dist/macos/DS_Store_ForDMGBackground differ