Skip to content

Commit

Permalink
Add app category for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKleSoft committed Sep 19, 2017
1 parent 2dc490c commit f5391cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ function buildElectron(options) {
},
win: {
publisherName: "Martin Kleinschrodt"
},
linux: {
category: "Utility"
}
},
publish: options.release && "always"
Expand Down

0 comments on commit f5391cd

Please sign in to comment.