Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
remove contents from dmg spec of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarlow12 committed Nov 14, 2018
1 parent a709bf2 commit 9a7c00e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,7 @@
"appId": "com.microsoft.vott",
"artifactName": "${productName}-${os}.${ext}",
"dmg": {
"title": "VoTT",
"icon": "build/icon.icns",
"contents": [
{
"x": 448,
"y": 344,
"type": "link",
"path": "/Applications"
},
{
"x": 192,
"y": 344,
"type": "file",
"path": "TestApp.app"
}
]
"icon": "build/icon.icns"
},
"win": {
"icon": "build/icon.ico"
Expand Down

0 comments on commit 9a7c00e

Please sign in to comment.