From 0fd94677d6b182753a061b4558b8660c7276f353 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Tue, 22 Feb 2022 23:24:32 +0100 Subject: [PATCH] Remove it --- cmake/Packaging.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmake/Packaging.cmake b/cmake/Packaging.cmake index 7ae028c..576e33a 100644 --- a/cmake/Packaging.cmake +++ b/cmake/Packaging.cmake @@ -13,9 +13,10 @@ set(CPACK_DEBIAN_PACKAGE_SECTION "web") set(CPACK_RPM_PACKAGE_GROUP "Applications/Internet") set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-v${CPACK_PACKAGE_VERSION}") # Without '-Linux' or '-Win' suffix # macOS specific options - Used for DragNDrop bundle generator -set(CPACK_BUNDLE_NAME "${PROJECT_NAME}_${CPACK_PACKAGE_VERSION}") -set(CPACK_BUNDLE_PLIST "${CMAKE_BINARY_DIR}/Info.plist") -set(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/images/icons/libreweb-browser.icns") +# Are those CPACK_BUNDLE doing anything at all with the DMG file?? +#set(CPACK_BUNDLE_NAME "${PROJECT_NAME}_${CPACK_PACKAGE_VERSION}") +#set(CPACK_BUNDLE_PLIST "${CMAKE_BINARY_DIR}/Info.plist") +#set(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/images/icons/libreweb-browser.icns") # Windows specific options - GUI Installer (NSIS generator) set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/images/browser_logo_small.bmp") set(CPACK_PACKAGE_INSTALL_DIRECTORY "LibreWeb")