ready for build and release

This commit is contained in:
Paul Liverman
2016-05-07 21:11:23 -07:00
parent 3c24de0f1c
commit 44e67b8f1a
25 changed files with 6 additions and 11 deletions
+5 -5
View File
@@ -31,15 +31,15 @@ loveVersion="0.10.1"
# Modified love executables (optional)
# (The default values are where the default exe's will be extracted)
win32exe="$win32Dir/love-$loveVersion-win32/love.exe"
win64exe="$win64Dir/love-$loveVersion-win64/love.exe"
win32exe="$(pwd)/build-scripts/love.32.exe"
win64exe="$(pwd)/build-scripts/love.64.exe"
# Mac icns files for package icon
# (It's best to just specify the same file for both?
# I don't think both are needed, but I am not very familiar with the Mac system.)
osxIconsDirectory="$osx10Dir/love.app/Contents/Resources"
osxFileIcon="GameIcon.icns"
osxBundleIcon="OS X AppIcon.icns"
osxIconsDirectory="$(pwd)/images/icons"
osxFileIcon="256x256.icns"
osxBundleIcon="256x256.icns"
# Remove old packages?
removeOld=true