diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-17 09:24:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 09:24:35 +0200 |
commit | 85f36ebed7e1295547cd2324d1baf7834be89c31 (patch) | |
tree | cb1482f2724875b56780bb1083015db26143e5d4 /cmake | |
parent | c88088c91a92a371a9bc2b7384c2897157772b7e (diff) | |
parent | 5e2d1ffdfbb3f673c063029c9a6c55071cba160a (diff) | |
download | PrismLauncher-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.in | 11 |
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> |