From e71d0b082dcea8749ca045795086621cf77be791 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Thu, 5 Mar 2026 21:16:20 +0300 Subject: [PATCH] change(cmake): dehardcode launcher names in info.plist Signed-off-by: mctaylors Co-authored-by: Octol1ttle --- cmake/MacOSXBundleInfo.plist.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 0814f7ef0..8c8849f99 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -61,7 +61,7 @@ mrpack CFBundleTypeName - Prism Launcher instance + ${Launcher_Name} instance CFBundleTypeOSTypes TEXT @@ -87,10 +87,10 @@ CFBundleURLName - Prismlauncher + ${Launcher_Name} CFBundleURLSchemes - prismlauncher + ${MACOSX_BUNDLE_EXECUTABLE_NAME}