diff options
author | timoreo <contact@timoreo.fr> | 2022-09-13 12:00:22 +0200 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-05 15:05:17 -0700 |
commit | 63c21c53af457673a836915ae7351111c980a4bf (patch) | |
tree | fc8364715359aaabbd6c02e195aab2fd157e6724 /cmake | |
parent | d0b6f0124b41f8e279df5b224c975d03b3631b1e (diff) | |
download | PrismLauncher-63c21c53af457673a836915ae7351111c980a4bf.tar.gz PrismLauncher-63c21c53af457673a836915ae7351111c980a4bf.tar.bz2 PrismLauncher-63c21c53af457673a836915ae7351111c980a4bf.zip |
Added url handler for curseforge
Signed-off-by: timoreo <contact@timoreo.fr>
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> |