added custom exes / updated license

This commit is contained in:
Paul Liverman
2015-02-09 10:53:53 -08:00
parent cbe34c5d7f
commit efe1fd1f61
3 changed files with 14 additions and 34 deletions

View File

@@ -26,6 +26,11 @@ win32Dir="$outputDir/win32src"
win64Dir="$outputDir/win64src"
osx10Dir="$outputDir/osx10src"
# Modified love executables (optional)
# (The default values are where the default exe's will be extracted)
win32exe="$outputDir/custom_exes/rgb32.exe"
win64exe="$outputDir/custom_exes/rgb64.exe"
# Remove old packages?
removeOld=false