mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Updated macOS Volume graphics
This commit is contained in:
@@ -152,10 +152,10 @@ tasks.register<Exec>("packageCustomDmg"){
|
||||
"--volname", packageName,
|
||||
"--volicon", file("macos/volume.icns"),
|
||||
"--background", file("macos/background.png"),
|
||||
"--icon", "$packageName.app", "200", "200",
|
||||
"--icon", "$packageName.app", "190", "185",
|
||||
"--window-pos", "200", "200",
|
||||
"--window-size", "775", "485",
|
||||
"--app-drop-link", "500", "200",
|
||||
"--window-size", "658", "422",
|
||||
"--app-drop-link", "466", "185",
|
||||
"--hide-extension", "$packageName.app",
|
||||
*extra.toTypedArray(),
|
||||
dmg,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 497 KiB |
Reference in New Issue
Block a user