From 8a7601f6c1653aa6562a44b5f83e08adbed10588 Mon Sep 17 00:00:00 2001 From: +KZ Date: Sun, 13 Aug 2023 16:21:18 -0400 Subject: [PATCH] Fix exec names at info.plist --- other/bundle/client/Info.plist.in | 4 ++-- other/bundle/server/Info.plist.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/other/bundle/client/Info.plist.in b/other/bundle/client/Info.plist.in index 250246a1bbc..2a11df822db 100644 --- a/other/bundle/client/Info.plist.in +++ b/other/bundle/client/Info.plist.in @@ -5,9 +5,9 @@ CFBundleDevelopmentRegion English CFBundleExecutable - ${TARGET_CLIENT} + ${CLIENT_EXECUTABLE} CFBundleIconFile - ${TARGET_CLIENT} + ${CLIENT_EXECUTABLE} CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/other/bundle/server/Info.plist.in b/other/bundle/server/Info.plist.in index 6cdd38f0da0..490bfdded9c 100644 --- a/other/bundle/server/Info.plist.in +++ b/other/bundle/server/Info.plist.in @@ -5,9 +5,9 @@ CFBundleDevelopmentRegion English CFBundleExecutable - ${TARGET_SERVER_LAUNCHER} + ${SERVER_EXECUTABLE}-Launcher CFBundleIconFile - ${TARGET_SERVER} + ${SERVER_EXECUTABLE} CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType