Update OS X packaging to use correct naming

This commit is contained in:
Felix Kaaman 2015-04-28 17:11:33 +02:00
parent a1589941fc
commit 11543bbe5d

View File

@ -17,7 +17,7 @@ cp osx-package-files/Info.plist Iceball.app/Contents
sed -e "s/@long_version@/${VERSION}/" -e "s/@short_version@/${VERSION_SHORT}/" < osx-package-files/Info.plist > Iceball.app/Contents/Info.plist
mv osx-package-files/Iceball.icns Iceball.app/Contents/Resources
cp -Rv clsave dlcache docs pkg svsave tools Iceball.app/Contents/MacOS/
dylibbundler -x Iceball.app/Contents/MacOS/iceball-gl -b -d Iceball.app/Contents/libs
dylibbundler -x Iceball.app/Contents/MacOS/iceball -b -d Iceball.app/Contents/libs
chmod -R 755 Iceball.app/Contents/MacOS/*
chmod -R 755 Iceball.app/Contents/libs/*