more stuffs changed

This commit is contained in:
Guard13007 2014-11-20 13:12:35 -08:00
parent d04611a764
commit 44d7237d6b
2 changed files with 12 additions and 11 deletions

11
build
View File

@ -31,7 +31,8 @@ if [ ! -r "$win32Dir/love-0.9.1-win32/love.exe" ]; then
mkdir -p "$win32Dir"
echo "Downloading win32src..."
$download "$win32Dir/love32.zip" https://bitbucket.org/rude/love/downloads/love-0.9.1-win32.zip
echo " Extracting win32src..."
echo " Done."
echo "Extracting win32src..."
unzip -q "$win32Dir/love32.zip" -d "$win32Dir"
echo " Done."
fi
@ -40,7 +41,8 @@ if [ ! -r "$win64Dir/love-0.9.1-win64/love.exe" ]; then
mkdir -p "$win64Dir"
echo "Downloading win64src..."
$download "$win64Dir/love64.zip" https://bitbucket.org/rude/love/downloads/love-0.9.1-win64.zip
echo " Extracting win64src..."
echo " Done."
echo "Extracting win64src..."
unzip -q "$win64Dir/love64.zip" -d "$win64Dir"
echo " Done."
fi
@ -49,7 +51,8 @@ if [ ! -d "$osx10Dir/love.app" ]; then
mkdir -p "$osx10Dir"
echo "Downloading osx10src..."
$download "$osx10Dir/loveOSX.zip" https://bitbucket.org/rude/love/downloads/love-0.9.1-macosx-x64.zip
echo " Extracting osx10src..."
echo " Done."
echo "Extracting osx10src..."
unzip -q "$osx10Dir/loveOSX.zip" -d "$osx10Dir"
# delete Mac crao (for some reason can't not unzip it *shrugs*)
rm -rf "$osx10Dir/__MACOSX"
@ -105,7 +108,6 @@ else
echo " See README.md for information."
fi
echo
echo "Building $packageName (version $version)... (Linux zip)"
cd "$outputDir"
zip -r -X -q "./$packageName-${version}_linux.zip" "./$packageName-$version.love"
@ -115,5 +117,4 @@ cd "$includes"
zip -r -X -q "$outputDir/$packageName-${version}_linux.zip" ./*
echo " Done."
echo
echo "Builds complete. Unless there are errors above. Double check your files."

View File

@ -30,9 +30,9 @@ allowOverwrite=false
autoNumberBuilds=false
# Use curl or wget?
# Comment out the first and uncomment the second to use wget instead of curl.
download="curl -o"
#download="wget --progress=bar:force -O"
# Comment out one and..not the other...
#download="curl -o"
download="wget --progress=bar:force -O"
# Only change this if you know what you're doing (Read the README.md file).
macInfoPlistFixed=false