fix: set application policy on macOS for extension (#6043)

This commit is contained in:
nerix
2025-03-08 18:03:33 +01:00
committed by GitHub
parent c041804b03
commit f78f22e439
5 changed files with 22 additions and 1 deletions
+2
View File
@@ -765,6 +765,8 @@ if (APPLE)
set(MACOS_BUNDLE_ICON_FILE "${CMAKE_SOURCE_DIR}/resources/chatterino.icns")
list(APPEND SOURCE_FILES "${MACOS_BUNDLE_ICON_FILE}")
set_source_files_properties(${MACOS_BUNDLE_ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
list(APPEND SOURCE_FILES util/MacOsHelpers.mm)
endif ()
# Generate source groups for use in IDEs