summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-17 11:29:40 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-17 11:29:40 -0800
commitfb500f70564c81bfc3012c64b88390679aa2b297 (patch)
treebe9a9b133e5aad90c00923d32afc38e06ab5c0f7 /packaging/macosx
parenteadfb073ba7559612ce3d81dbd704d72ae3ea842 (diff)
downloadsubsurface-fb500f70564c81bfc3012c64b88390679aa2b297.tar.gz
Update Mac make package script
This reflects the switch to the custom name for the marble widget. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/make-package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh
index e61027916..67e7c76c6 100755
--- a/packaging/macosx/make-package.sh
+++ b/packaging/macosx/make-package.sh
@@ -23,7 +23,7 @@ VERSION=$(./scripts/get-version linux)
sudo rm -rf ./Subsurface.app
make
sudo make mac-deploy
-sudo install_name_tool -change /Users/hohndel/src/marble/install/libmarblewidget.0.18.20.dylib @executable_path/../Frameworks/libmarblewidget.0.18.20.dylib Subsurface.app/Contents/MacOS/Subsurface
+sudo install_name_tool -change /Users/hohndel/src/marble/install/libssrfmarblewidget.0.19.2.dylib @executable_path/../Frameworks/libssrfmarblewidget.0.19.2.dylib Subsurface.app/Contents/MacOS/Subsurface
# copy things into staging so we can create a nice DMG
rm -rf ./staging