Skip to content

Commit

Permalink
installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Feb 28, 2025
1 parent 5ed06f1 commit 24e3429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified buildscripts/packaging/macOS/musescore-dmg-background.tiff
Binary file not shown.
8 changes: 4 additions & 4 deletions buildscripts/packaging/macOS/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@ tell application "Finder"
set statusbar visible to false
set current view to icon view
delay 1 -- sync
set the bounds to {0, 0, 720, 524}
set the bounds to {0, 0, 589, 435}
end tell
delay 1 -- sync
set icon size of the icon view options of container window to 120
set arrangement of the icon view options of container window to not arranged
set position of item "${LONGER_NAME}.app" to {184, 320}
set position of item "${LONGER_NAME}.app" to {150, 200}
close
set position of item "Applications" to {536, 320}
set position of item "Applications" to {439, 200}
open
set background picture of the icon view options of container window to file "background.tiff" of folder "Pictures"
set the bounds of the container window to {0, 0, 720, 524}
set the bounds of the container window to {0, 0, 589, 435}
update without registering applications
delay 5 -- sync
close
Expand Down

0 comments on commit 24e3429

Please sign in to comment.