We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056d408 commit b921151Copy full SHA for b921151
2 files changed
Cargo.toml
@@ -34,9 +34,10 @@ generate-desktop-entry = true
34
signing-identity = "-"
35
36
[package.metadata.packager.dmg]
37
-window-size = { width = 640, height = 420 }
38
-app-position = { x = 170, y = 185 }
39
-application-folder-position = { x = 470, y = 185 }
+background = "assets/dmg/background.png"
+window-size = { width = 720, height = 460 }
+app-position = { x = 160, y = 220 }
40
+application-folder-position = { x = 560, y = 220 }
41
42
[package.metadata.packager.deb]
43
section = "utils"
assets/dmg/background.png
24.3 KB
0 commit comments