Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b63b4fd

Browse files
Improve installation background
1 parent fae6a1f commit b63b4fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/background.png

-17.9 KB
Binary file not shown.

app/background.tiff

58.1 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"node_modules"
4646
],
4747
"dmg": {
48-
"background": "app/background.png",
48+
"background": "app/background.tiff",
4949
"contents": [
5050
{
51-
"x": 250,
52-
"y": 50
51+
"x": 160,
52+
"y": 220
5353
},
5454
{
55-
"x": 250,
56-
"y": 300,
55+
"x": 380,
56+
"y": 220,
5757
"type": "link",
5858
"path": "/Applications"
5959
}

0 commit comments

Comments
 (0)