Skip to content

Commit

Permalink
added publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaybaweja committed Jun 28, 2020
1 parent 4234c8f commit a7205b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
},
"build": {
"appId": "com.akshaybaweja.bio-signal-visualizer",
"publish":{
"provider": "github",
"releaseType": "release"
},
"mac": {
"category": "public.app-category.utilities",
"darkModeSupport": false,
Expand Down Expand Up @@ -75,7 +79,7 @@
"category": "Utility;Engineering"
},
"win": {
"target": "portable",
"target": "nsis",
"icon": "build/icon.ico",
"verifyUpdateCodeSignature": false
}
Expand Down

0 comments on commit a7205b8

Please sign in to comment.