Skip to content

Commit

Permalink
minor apple packagng fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich committed Feb 21, 2023
1 parent ca9f502 commit 476b643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Utilities/MacOS/BundleResources/make_dsstore.scpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on run argv
set BG_H to 320
set TITLE_BAR_H to 22

set diskImage to item 1 of argv
delay 10
set diskImage to item 1 of argv

tell application "Finder"
tell disk diskImage
Expand All @@ -26,7 +27,7 @@ on run argv
tell container window
set sidebar width to 0
set statusbar visible to false
set toolbar visible to false
set toolbar visible to false
set the bounds to {X_POS, Y_POS, X_POS + BG_W, Y_POS + BG_H + TITLE_BAR_H}

-- Move the icons; this is really finicky, the coordinates don't seem
Expand Down

0 comments on commit 476b643

Please sign in to comment.