mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
fix: URL import fix for Linux (#5141)
This commit is contained in:
commit
8e8bc5aa0f
|
|
@ -90,6 +90,7 @@
|
|||
<string>${Launcher_Name}</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>prismlauncher</string>
|
||||
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
|
||||
</array>
|
||||
</dict>
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ Icon=@Launcher_AppID@
|
|||
Categories=Game;ActionGame;AdventureGame;Simulation;PackageManager;
|
||||
Keywords=game;minecraft;mc;
|
||||
StartupWMClass=@Launcher_CommonName@
|
||||
MimeType=application/zip;application/x-modrinth-modpack+zip;x-scheme-handler/curseforge;x-scheme-handler/@Launcher_APP_BINARY_NAME@;
|
||||
MimeType=application/zip;application/x-modrinth-modpack+zip;x-scheme-handler/curseforge;x-scheme-handler/prismlauncher;x-scheme-handler/@Launcher_APP_BINARY_NAME@;
|
||||
|
|
|
|||
Loading…
Reference in a new issue