diff --git a/package.json b/package.json index 78d8eb3..c53fc40 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,16 @@ "nsis": { "include": "build/installer.nsh", "oneClick": false + }, + "win": { + "target": [ + "nsis", + "portable" + ] + }, + "publish": { + "provider": "github", + "releaseType": "release" } } }