mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-28 17:44:20 +03:00
Fix URL import for Linux
Signed-off-by: Danhoby <37343749+Dan4oby@users.noreply.github.com> Fix macos scheme Signed-off-by: Danhoby <37343749+Dan4oby@users.noreply.github.com>
This commit is contained in:
parent
98c3129424
commit
c301e3cbb4
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue