diff --git a/projects/resources/packaging/lgpt_package.sh b/projects/resources/packaging/lgpt_package.sh index 45c1bde6..29a19c30 100755 --- a/projects/resources/packaging/lgpt_package.sh +++ b/projects/resources/packaging/lgpt_package.sh @@ -10,7 +10,7 @@ collect_resources() { #1PLATFORM #2lgpt.*-exe echo "Build for $2!" # Found it else echo "-->file $2 not found<---" - return; + return 1; fi PACKAGE=LGPT-$1-$VERSION.zip echo "-=-=Packaging $PACKAGE=-=-"