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")