Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Judis committed May 26, 2015
1 parent cba13b6 commit 75e0af1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ config.json.sample:
{
"macos" : {
"title": "Loopline Systems Installer",
"background": "./assets/macos/installer.png",
"icon": "./assets/macos/mount.icns",
"title": "Loopline Systems",
"background": "assets/macos/installer.png",
"icon": "assets/macos/mount.icns",
"icon-size": 80,
"contents": [
{ "x": 80, "y": 150, "type": "link", "path": "/Applications" },
{ "x": 325, "y": 150, "type": "file" }
{ "x": 438, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file" }
]
},
"win" : {
"title" : "Loopline Systems Setup",
"icon" : "../assets/win/icon.ico"
"title" : "Loopline Systems",
"icon" : "assets/win/icon.ico"
}
}
```
Expand Down

0 comments on commit 75e0af1

Please sign in to comment.