added custom Mac icon generation

This commit is contained in:
Paul Liverman
2015-02-09 11:18:41 -08:00
parent efe1fd1f61
commit a96d307a8e
7 changed files with 21 additions and 15 deletions

View File

@@ -31,6 +31,13 @@ osx10Dir="$outputDir/osx10src"
win32exe="$outputDir/custom_exes/rgb32.exe"
win64exe="$outputDir/custom_exes/rgb64.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="$(pwd)/icons"
osxFileIcon="icon.icns"
osxBundleIcon="icon.icns"
# Remove old packages?
removeOld=false