Pointer to runnable scripts generated by installApp

Could you please add a small reference to the location of the executable shell script, which is generated by the installApp task? http://www.gradle.org/docs/current/userguide/application_plugin.html is not pointing to the build/install/MyProject/bin/MyProject folder into which the script is copied.

Instead I was wasting my time to figure out why the scripts in build/scripts/MyProject weren’t working correctly.

A specific property isn’t available for this but you could effectively reconstruct the path from available info.

“${installApp.destinationDir.path}/bin/${applicationName}”