diff options
Diffstat (limited to 'Scripts/package-application.sh')
-rwxr-xr-x | Scripts/package-application.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh index e00c91a5..69e14058 100755 --- a/Scripts/package-application.sh +++ b/Scripts/package-application.sh @@ -12,6 +12,7 @@ # Ensure the path to the application has been supplied - should have occurred when the # script was run by selecting "Distribution" target and building. + if [ $# -eq 0 ] then echo 'The path to the application must be supplied when running this script.' |