mirror of
https://github.com/digarok/buckshot.git
synced 2024-12-03 10:50:02 +00:00
updates for qt on osx
This commit is contained in:
parent
ea97c362dd
commit
93134b242d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user