From 11543bbe5dd938996c837f434d83fcb56f26ec75 Mon Sep 17 00:00:00 2001 From: Felix Kaaman Date: Tue, 28 Apr 2015 17:11:33 +0200 Subject: [PATCH] Update OS X packaging to use correct naming --- package-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-osx.sh b/package-osx.sh index 83a52b0..c76195f 100755 --- a/package-osx.sh +++ b/package-osx.sh @@ -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/*