Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Add more categories and iconUrl for build
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Sep 10, 2016
1 parent b0cdd4c commit 3a58b25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@
"build": {
"asar": false,
"appId": "com.vincelwt.harmony",
"app-category-type": "public.app-category.music",
"compression": "maximum",
"iconUrl": "https://raw.githubusercontent.com/vincelwt/harmony/master/build/icon.ico",
"mac": {
"category": "public.app-category.music"
},
"linux": {
"category": "AudioVideo"
"category": "Music;Audio;AudioVideo",
"packageCategory": "sound"
}
}
}

0 comments on commit 3a58b25

Please sign in to comment.