mirror of
https://github.com/digarok/buckshot.git
synced 2024-11-30 20:49:51 +00:00
cleanup
This commit is contained in:
parent
f30c00a37e
commit
5e250d13e1
@ -3,13 +3,20 @@ 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
|
||||
# copy to dmg staging dir
|
||||
cp -R build-buckshot-Desktop_Qt_5_7_0_clang_64bit-Release/buckshot.app $DEXTRAS
|
||||
|
||||
mkdir -p $DDIR/Contents/MacOS
|
||||
mkdir -p $DDIR/Contents/Resources
|
||||
cp $ADIR/Info.plist $DDIR/Contents
|
||||
cp $ADIR/icons.icns $DDIR/Contents/Resources
|
||||
dylibbundler -od -b -x $DDIR/Contents/MacOS/buckshot -d $DDIR/Contents/libs/
|
||||
# not needed?
|
||||
#dylibbundler -od -b -x $DDIR/Contents/MacOS/buckshot -d $DDIR/Contents/libs/
|
||||
|
||||
|
||||
|
||||
|
||||
# files to include in dmg
|
||||
#cp doc/gsplusmanual.pdf $DEXTRAS
|
||||
|
@ -6,7 +6,7 @@ test -f buckshot.dmg && rm buckshot.dmg
|
||||
./create-dmg \
|
||||
--volname "buckshot" \
|
||||
--volicon "../assets/icons.icns" \
|
||||
--background "../../gsplus/assets/gsp_dmg_bg_600x500.png" \
|
||||
--background "../assets/buckshot_dmg_bg_600x500.png" \
|
||||
--window-pos 200 120 \
|
||||
--window-size 600 500 \
|
||||
--icon-size 100 \
|
||||
|
Loading…
Reference in New Issue
Block a user