Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Aug 2, 2020
1 parent 70198ae commit ff0c635
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nuxt-electron",
"name": "mc-git-launcher",
"version": "1.0.0",
"private": true,
"main": "entry-point.js",
Expand All @@ -9,9 +9,19 @@
"build": "electron-builder"
},
"build": {
"appId": "nuxt-electron",
"appId": "mc-git-launcher",
"directories": {
"output": "build"
},
"win": {
"publish": "github"
},
"mac": {
"category": "public.app-category.utilities",
"publish": "github"
},
"snap": {
"publish": "github"
}
},
"resolutions": {
Expand Down

0 comments on commit ff0c635

Please sign in to comment.