aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-17 09:24:35 +0200
committerGitHub <noreply@github.com>2023-08-17 09:24:35 +0200
commit85f36ebed7e1295547cd2324d1baf7834be89c31 (patch)
treecb1482f2724875b56780bb1083015db26143e5d4 /cmake
parentc88088c91a92a371a9bc2b7384c2897157772b7e (diff)
parent5e2d1ffdfbb3f673c063029c9a6c55071cba160a (diff)
downloadPrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.tar.gz
PrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.tar.bz2
PrismLauncher-85f36ebed7e1295547cd2324d1baf7834be89c31.zip
Merge pull request #981 from Ryex/curseforge-url-handle
Diffstat (limited to 'cmake')
-rw-r--r--cmake/MacOSXBundleInfo.plist.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 400e482f..d36ac3e8 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -67,5 +67,16 @@
<string>Alternate</string>
</dict>
</array>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>Curseforge</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>curseforge</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>