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