Skip to content

Commit

Permalink
fixed dmg by removing link to home
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-g committed Dec 8, 2017
1 parent 82097ad commit 50aece6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified assets/dmg-background.tiff
100644 → 100755
Binary file not shown.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ gulp.task("dmg-make-mac",(callback)=>{
"icon": config.id+".app/Contents/Resources/"+config.mac.iconIcns,
"background": config.id+".app/Contents/Resources/"+config.mac.dmgBackground,
"contents": [
{ "x": 400, "y": 160, "type": "link", "path": "/Applications" },
{ "x": 400, "y": 280, "type": "link", "path": process.env.HOME },
{ "x": 400, "y": 220, "type": "link", "path": "/Applications" },
{ "x": 140, "y": 220, "type": "file", "path": config.id+".app" }
]
}
Expand Down

0 comments on commit 50aece6

Please sign in to comment.