foxygit / doom Log in
commit b5d296d2ab1240287280938b84cd4a2a8d6ca3e2
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Jun 11 17:26:24 2016 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Jun 11 17:26:24 2016 -0400

    osx: New background for .dmg package.

    The old background was kind of ugly and it's nice to have a new look
    for version 3. Also tweak the positions of icons and the window size.
---
 pkg/osx/disk/background.png | Bin 42578 -> 227363 bytes
 pkg/osx/dmgfix              |  10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkg/osx/disk/background.png b/pkg/osx/disk/background.png
index 07c3d81b..c7063aee 100644
Binary files a/pkg/osx/disk/background.png and b/pkg/osx/disk/background.png differ
diff --git a/pkg/osx/dmgfix b/pkg/osx/dmgfix
index acc3004b..28671bab 100755
--- a/pkg/osx/dmgfix
+++ b/pkg/osx/dmgfix
@@ -36,7 +36,7 @@ on run argv
         -- window options:

         set bgfile to file "background.png" of theDisk
-        set the bounds of win to {200, 200, 717, 536}
+        set the bounds of win to {200, 200, 717, 545}
         set icon size of icon view options of win to 96
         set background picture of icon view options of win to bgfile
         set toolbar visible of win to false
@@ -48,10 +48,10 @@ on run argv

         -- icon positions:

-        set position of file "README" of theDisk to {120, 250}
-        set position of file "Software License" of theDisk to {380, 250}
-        set position of file appName of theDisk to {70, 110}
-        set position of file "Applications" of theDisk to {450, 110}
+        set position of file "README" of theDisk to {110, 220}
+        set position of file "Software License" of theDisk to {400, 220}
+        set position of file appName of theDisk to {110, 80}
+        set position of file "Applications" of theDisk to {400, 80}

         eject theDisk
     end tell