Skip to content

Commit f73b24f

Browse files
committed
Fix darwin protocol handling
1 parent 728d4ef commit f73b24f

File tree

1 file changed

+13
-0
lines changed
  • build/darwin/MultiMC-Twitch.app/Contents

1 file changed

+13
-0
lines changed

build/darwin/MultiMC-Twitch.app/Contents/Info.plist

+13
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,18 @@
66
<string>MultiMC-Twitch</string>
77
<key>CFBundleIdentifier</key>
88
<string>com.shaybox.multimc-twitch</string>
9+
<key>NSUIElement</key>
10+
<true/>
11+
<key>CFBundleURLTypes</key>
12+
<array>
13+
<dict>
14+
<key>CFBundleURLName</key>
15+
<string>Twitch</string>
16+
<key>CFBundleURLSchemes</key>
17+
<array>
18+
<string>twitch</string>
19+
</array>
20+
</dict>
21+
</array>
922
</dict>
1023
</plist>

0 commit comments

Comments
 (0)