From 81b9be7899cb207d64a03507829f60475af26a55 Mon Sep 17 00:00:00 2001 From: Paul Liverman Date: Thu, 30 Apr 2015 14:07:58 -0700 Subject: [PATCH] Update config.sh May break because of dashes used next to variables. I don't remember if that works. --- config.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.