recommit latest build

This commit is contained in:
Dagen Brock 2016-12-11 10:08:58 -06:00
parent 7f7f697ee9
commit 6e5db6bff4
4 changed files with 8 additions and 5 deletions

View File

@ -0,0 +1,4 @@
This is an image conversion utility by Dagen Brock.
It is actually just a GUI layer over bmp2dhgr by Bill Buckles.
Don't bug him with support questions for this application.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File

@ -21,7 +21,8 @@ cp $ADIR/icons.icns $DDIR/Contents/Resources
# files to include in dmg
#cp doc/gsplusmanual.pdf $DEXTRAS
#cp doc/gsplusmanual.txt $DEXTRAS
cp doc/README.txt $DEXTRAS
cp README.txt $DEXTRAS
cp LICENSE.txt $DEXTRAS
cp ../b2d $DDIR/Contents/MacOS
#cp COPYING.txt $DEXTRAS

View File

@ -12,11 +12,9 @@ test -f buckshot.dmg && rm buckshot.dmg
--icon-size 100 \
--icon buckshot.app 180 130 \
--hide-extension buckshot.app \
--icon README.txt 80 330 \
--icon README.txt 200 330 \
--icon LICENSE.txt 410 330 \
--app-drop-link 410 130 \
buckshot.dmg \
../buckshot-osx/
cp buckshot.dmg ..
#--icon gsplusmanual.pdf 220 330 \
#--icon gsplusmanual.txt 360 330 \
#--icon COPYING.txt 500 330 \