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

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit e71d0b082d)
This commit is contained in:
mctaylors 2026-03-05 21:16:20 +03:00 committed by github-actions[bot]
parent a1a1db4db8
commit b62f1d3eff

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>