mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
Update config.sh
May break because of dashes used next to variables. I don't remember if that works.
This commit is contained in:
parent
8932240591
commit
81b9be7899
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user