diff --git a/build.sh b/build.sh index c2f958b..40b8800 100755 --- a/build.sh +++ b/build.sh @@ -40,6 +40,7 @@ createLinuxInstaller() { tar -cf ${installerName}.tar ${installerName} gzip ${installerName}.tar + rm -r ${installerName} cd ${CALL_DIR} }