diff --git a/build b/build index 136513d..da00b3e 100644 --- a/build +++ b/build @@ -68,6 +68,9 @@ if [ ! -r "$win32Dir/love-0.9.1-win32/love.exe" ]; then echo "Extracting win32src..." unzip -q "$win32Dir/love32.zip" -d "$win32Dir" echo " Done." + echo "Deleting ZIP file..." + rm -f "$win32Dir/love32.zip" + echo " Done." fi if [ ! -r "$win64Dir/love-0.9.1-win64/love.exe" ]; then @@ -78,6 +81,9 @@ if [ ! -r "$win64Dir/love-0.9.1-win64/love.exe" ]; then echo "Extracting win64src..." unzip -q "$win64Dir/love64.zip" -d "$win64Dir" echo " Done." + echo "Deleting ZIP file..." + rm -f "$win64Dir/love64.zip" + echo " Done." fi if [ ! -d "$osx10Dir/love.app" ]; then @@ -92,6 +98,9 @@ if [ ! -d "$osx10Dir/love.app" ]; then # the Info.plist is generated each time a package is built, we don't need a copy here rm -f "$osx10Dir/love.app/Contents/Info.plist" echo " Done." + echo "Deleting ZIP file..." + rm -f "$osx10Dir/loveOSX.zip" + echo " Done." fi # build executables and zip files for them