mirror of
https://github.com/digarok/gsplus.git
synced 2025-03-22 12:33:59 +00:00
add license to osx dmg
This commit is contained in:
parent
b591edf7d2
commit
1592dcc5ac
@ -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
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user