diff --git a/README.txt b/README.txt index e69de29..b3d18f3 100644 --- a/README.txt +++ b/README.txt @@ -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. diff --git a/assets/buckshot_dmg_bg_600x500.png b/assets/buckshot_dmg_bg_600x500.png index 4a96256..4726198 100644 Binary files a/assets/buckshot_dmg_bg_600x500.png and b/assets/buckshot_dmg_bg_600x500.png differ diff --git a/make_dist_mac.sh b/make_dist_mac.sh index 69440e3..67e3fca 100755 --- a/make_dist_mac.sh +++ b/make_dist_mac.sh @@ -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 diff --git a/make_dmg_mac.sh b/make_dmg_mac.sh index d9236b6..8e9b920 100755 --- a/make_dmg_mac.sh +++ b/make_dmg_mac.sh @@ -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 \