diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json index d7cc322..fc8c4be 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "start": "electron .", "dist": "electron-builder" }, + "dependencies": { + "electron-log": "^4.4.1", + "electron-updater": "^4.3.9" + }, "devDependencies": { "electron": "^13.1.9", "electron-builder": "^22.11.7" @@ -26,21 +30,24 @@ "pacman", "deb" ], - "category": "Video" + "category": "Video", + "publish": "github" }, "win": { "target": [ "zip", "portable", "nsis" - ] + ], + "publish": "github" }, "mac": { "target": [ "zip", "dmg" ], - "category": "Video" + "category": "Video", + "publish": "github" } } } |
