mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
eadfb073ba
commit
fb500f7056
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ VERSION=$(./scripts/get-version linux)
|
||||||
sudo rm -rf ./Subsurface.app
|
sudo rm -rf ./Subsurface.app
|
||||||
make
|
make
|
||||||
sudo make mac-deploy
|
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
|
# copy things into staging so we can create a nice DMG
|
||||||
rm -rf ./staging
|
rm -rf ./staging
|
||||||
|
|
Loading…
Add table
Reference in a new issue