Skip to content

Commit

Permalink
adding targets for linux and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Jan 8, 2018
1 parent e10f260 commit f1c441a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ let config = {
oneClick: false,
allowElevation: false,
perMachine: true
},
linux: {
target: 'deb',
icon: 'png'
},
mac: {
target: 'dmg'
}
}
}
Expand Down

0 comments on commit f1c441a

Please sign in to comment.