diff --git a/build/installer/mac/dmg_spark.scpt b/build/installer/mac/dmg_spark.scpt index 7f0029f8..9697584b 100644 Binary files a/build/installer/mac/dmg_spark.scpt and b/build/installer/mac/dmg_spark.scpt differ diff --git a/build/installer/mac/dmg_spark.txt b/build/installer/mac/dmg_spark.txt new file mode 100644 index 00000000..a5615baf --- /dev/null +++ b/build/installer/mac/dmg_spark.txt @@ -0,0 +1 @@ +on run {volumeName, artPath, theHeight, theWidth, x1, y1, x2, y2, iconSize} tell application "Finder" tell disk (volumeName as string) open delay 2 set dsStore to "\"" & "/Volumes/" & volumeName & "/" & ".DS_STORE\"" tell container window set current view to icon view set toolbar visible to false set statusbar visible to false set the bounds to {10, 10, 658, 482} set statusbar visible to false end tell set opts to the icon view options of container window set the arrangement of opts to not arranged set the icon size of opts to 128 --iconSize set background picture of opts to file ".background:dmgBackground.png" -- Icon positions delay 2 set position of item "Spark.app" to {140, 250} set position of item "Applications" to {395, 250} delay 2 update without registering applications end tell delay 10 end tell end run \ No newline at end of file