Update config.sh

This commit is contained in:
Paul Liverman 2014-12-29 21:06:24 -08:00
parent 7f6819e4a7
commit e9869267b7

View File

@ -33,8 +33,9 @@ removeOld=false
# If this is false, LovePackaging will quit if you try to build with the same version number twice.
allowOverwrite=false
# Auto-number builds? NOT IMPLEMENTED
# Auto-number builds?
# An "-buildN" will be added to the end of ZIP package names, with N being the Nth time this project was built.
# (To do this, a build.number file is stored in $outputDir, so watch out for that.)
autoNumberBuilds=false
# Use curl or wget?