mirror of
https://github.com/digarok/buckshot.git
synced 2025-01-02 11:31:38 +00:00
recommit latest build
This commit is contained in:
parent
7f7f697ee9
commit
6e5db6bff4
@ -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 |
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user