Update config.sh

May break because of dashes used next to variables. I don't remember if that works.
This commit is contained in:
Paul Liverman 2015-04-30 14:07:58 -07:00
parent 8932240591
commit 81b9be7899

View File

@ -26,10 +26,13 @@ win32Dir="$outputDir/win32src"
win64Dir="$outputDir/win64src"
osx10Dir="$outputDir/osx10src"
# Specify what version of love to use (default latest (currently 0.9.2))
loveVersion="0.9.2"
# Modified love executables (optional)
# (The default values are where the default exe's will be extracted)
win32exe="$win32Dir/love-0.9.1-win32/love.exe"
win64exe="$win64Dir/love-0.9.1-win64/love.exe"
win32exe="$win32Dir/love-$loveVersion-win32/love.exe" #UNTESTED, MAY BREAK
win64exe="$win64Dir/love-$loveVersion-win64/love.exe" #UNTESTED, MAY BREAK
# Mac icns files for package icon
# (It's best to just specify the same file for both.