Remove it

master
Melroy van den Berg 2022-02-22 23:24:32 +01:00
parent ccc8817278
commit 0fd94677d6
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 4 additions and 3 deletions

View File

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