From 93134b242d7e9c26855d0771b128766c0c9fb3e1 Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Mon, 7 Jan 2019 13:42:47 -0600 Subject: [PATCH] updates for qt on osx --- make_dist_mac.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/make_dist_mac.sh b/make_dist_mac.sh index 5dc42dc..42fe4b1 100755 --- a/make_dist_mac.sh +++ b/make_dist_mac.sh @@ -1,12 +1,16 @@ + +SDIR=build-buckshot-Desktop_Qt_5_12_0_clang_64bit-Release/buckshot.app DEXTRAS=buckshot-osx/ DDIR=buckshot-osx/buckshot.app ADIR=assets + + mkdir -p $DDIR # make app bundle with qt frameworks using macdeployqt -~/Qt/5.7/clang_64/bin/macdeployqt build-buckshot-Desktop_Qt_5_7_0_clang_64bit-Release/buckshot.app +~/Qt/5.12.0/clang_64/bin/macdeployqt $SDIR # copy to dmg staging dir -cp -R build-buckshot-Desktop_Qt_5_7_0_clang_64bit-Release/buckshot.app $DEXTRAS +cp -R $SDIR $DEXTRAS mkdir -p $DDIR/Contents/MacOS mkdir -p $DDIR/Contents/Resources