2016-11-03 02:28:16 +00:00
|
|
|
DEXTRAS=gsplus-osx/
|
2016-10-14 19:44:58 +00:00
|
|
|
DDIR=gsplus-osx/GSplus.app
|
|
|
|
ADIR=assets
|
|
|
|
mkdir -p $DDIR/Contents/MacOS
|
|
|
|
mkdir -p $DDIR/Contents/Resources
|
|
|
|
|
|
|
|
cp gsplus $DDIR/Contents/MacOS
|
|
|
|
cp $ADIR/Info.plist $DDIR/Contents
|
|
|
|
cp $ADIR/gsp-icons.icns $DDIR/Contents/Resources
|
|
|
|
dylibbundler -od -b -x $DDIR/Contents/MacOS/gsplus -d $DDIR/Contents/libs/
|
2016-11-03 02:28:16 +00:00
|
|
|
|
|
|
|
# files to include in dmg
|
|
|
|
cp doc/gsplusmanual.pdf $DEXTRAS
|
|
|
|
cp doc/gsplusmanual.txt $DEXTRAS
|
2016-11-03 03:40:06 +00:00
|
|
|
cp doc/README.txt $DEXTRAS
|
|
|
|
cp COPYING.txt $DEXTRAS
|
2016-11-03 02:28:16 +00:00
|
|
|
|
|
|
|
#tar -cvzf gsplus-osx.tar.gz gsplus-osx/
|
|
|
|
|
|
|
|
# packaging now in DMG script
|