in the web app's info.plist, both of these OrionWebApp should be the name of the webapp
<key>CFBundleExecutable</key>
<string>OrionWebApp</string>
...
<key>CFBundleName</key>
<string>OrionWebApp</string>
CFBundleName must be the web app name, but it's standard practice to have CFBundleExecutable as the app name too, but not necessary