Skip to content

Commit 525f474

Browse files
committed
Updated macOS Volume graphics
1 parent 9912830 commit 525f474

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ tasks.register<Exec>("packageCustomDmg"){
152152
"--volname", packageName,
153153
"--volicon", file("macos/volume.icns"),
154154
"--background", file("macos/background.png"),
155-
"--icon", "$packageName.app", "200", "200",
155+
"--icon", "$packageName.app", "190", "185",
156156
"--window-pos", "200", "200",
157-
"--window-size", "775", "485",
158-
"--app-drop-link", "500", "200",
157+
"--window-size", "658", "422",
158+
"--app-drop-link", "466", "185",
159159
"--hide-extension", "$packageName.app",
160160
*extra.toTypedArray(),
161161
dmg,

app/macos/background.png

482 KB
Loading

0 commit comments

Comments
 (0)