diff --git a/config.sh b/config.sh index 9b248ee..18252a3 100644 --- a/config.sh +++ b/config.sh @@ -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.