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:
Danhoby 2026-03-08 13:32:08 +03:00
parent 98c3129424
commit c301e3cbb4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -90,6 +90,7 @@
<string>${Launcher_Name}</string>
<key>CFBundleURLSchemes</key>
<array>
<string>prismlauncher</string>
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
</array>
</dict>