change(cmake): dehardcode launcher names in info.plist

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
mctaylors 2026-03-05 21:16:20 +03:00
parent b114d043f6
commit e71d0b082d
No known key found for this signature in database
GPG key ID: FDDB3D7B664925F9

View file

@ -61,7 +61,7 @@
<string>mrpack</string>
</array>
<key>CFBundleTypeName</key>
<string>Prism Launcher instance</string>
<string>${Launcher_Name} instance</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
@ -87,10 +87,10 @@
</dict>
<dict>
<key>CFBundleURLName</key>
<string>Prismlauncher</string>
<string>${Launcher_Name}</string>
<key>CFBundleURLSchemes</key>
<array>
<string>prismlauncher</string>
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
</array>
</dict>
</array>