Skip to content

Commit 75e0af1

Browse files
author
Stefan Judis
committed
update readme
1 parent cba13b6 commit 75e0af1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ config.json.sample:
7777
7878
{
7979
"macos" : {
80-
"title": "Loopline Systems Installer",
81-
"background": "./assets/macos/installer.png",
82-
"icon": "./assets/macos/mount.icns",
80+
"title": "Loopline Systems",
81+
"background": "assets/macos/installer.png",
82+
"icon": "assets/macos/mount.icns",
8383
"icon-size": 80,
8484
"contents": [
85-
{ "x": 80, "y": 150, "type": "link", "path": "/Applications" },
86-
{ "x": 325, "y": 150, "type": "file" }
85+
{ "x": 438, "y": 344, "type": "link", "path": "/Applications" },
86+
{ "x": 192, "y": 344, "type": "file" }
8787
]
8888
},
8989
"win" : {
90-
"title" : "Loopline Systems Setup",
91-
"icon" : "../assets/win/icon.ico"
90+
"title" : "Loopline Systems",
91+
"icon" : "assets/win/icon.ico"
9292
}
9393
}
9494
```

0 commit comments

Comments
 (0)