diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-03-30 11:41:29 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-03-30 11:41:29 -0700 |
commit | e48c70392cffb047c7471221b7c6fcbf32d41d06 (patch) | |
tree | 89ca138fd83779549203e84179628fb66ed1ab1c /indra/newview/Info-SecondLife.plist | |
parent | 5a5c023e291990a463b1a91846ce82c70da8daab (diff) |
SL-321: prototype python launcher
Diffstat (limited to 'indra/newview/Info-SecondLife.plist')
-rwxr-xr-x | indra/newview/Info-SecondLife.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 9b8136a827..8aabd6818b 100755 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -5,7 +5,7 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> + <string>${MACOSX_WRAPPER_EXECUTABLE_NAME}</string> <key>CFBundleGetInfoString</key> <string>${MACOSX_BUNDLE_INFO_STRING}</string> <key>CFBundleIconFile</key> |