add license to osx dmg

This commit is contained in:
Dagen Brock 2016-11-02 22:40:06 -05:00
parent b591edf7d2
commit 1592dcc5ac
3 changed files with 9 additions and 4 deletions

View File

@ -71,6 +71,7 @@ package-ubuntu-sdl2:
paths:
- gsplus
- config.txt
- doc/README.txt
- doc/gsplusmanual.txt
- doc/gsplusmanual.pdf
- doc/COPYING.txt
@ -136,6 +137,7 @@ package-win32:
- config.txt
- doc/gsplusmanual.txt
- doc/gsplusmanual.pdf
- doc/README.txt
- doc/COPYING.txt
- cyggcc_s-1.dll
- cygstdc++-6.dll
@ -174,6 +176,7 @@ package-win-sdl:
- doc/gsplusmanual.txt
- doc/gsplusmanual.pdf
- doc/COPYING.txt
- doc/README.txt
- cyggcc_s-1.dll
- cygstdc++-6.dll
- cygwin1.dll

View File

@ -12,7 +12,8 @@ dylibbundler -od -b -x $DDIR/Contents/MacOS/gsplus -d $DDIR/Contents/libs/
# files to include in dmg
cp doc/gsplusmanual.pdf $DEXTRAS
cp doc/gsplusmanual.txt $DEXTRAS
cp doc/README.TXT $DEXTRAS
cp doc/README.txt $DEXTRAS
cp COPYING.txt $DEXTRAS
#tar -cvzf gsplus-osx.tar.gz gsplus-osx/

View File

@ -13,9 +13,10 @@ test -f GSplus-Install.dmg && rm GSplus-Install.dmg
--icon GSplus.app 180 130 \
--hide-extension GSplus.app \
--app-drop-link 410 130 \
--icon README.TXT 160 330 \
--icon gsplusmanual.pdf 300 330 \
--icon gsplusmanual.txt 440 330 \
--icon README.txt 80 330 \
--icon gsplusmanual.pdf 220 330 \
--icon gsplusmanual.txt 360 330 \
--icon COPYING.txt 500 330 \
GSplus-Install.dmg \
../gsplus-osx/
cp GSplus-Install.dmg ..