diff options
Diffstat (limited to 'electron-builder.yml')
| -rw-r--r-- | electron-builder.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 6f74aa6..fba8e54 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -34,3 +34,13 @@ mac: - dmg category: public.app-category.productivity artifactName: ${name}-${version}-${arch}.${ext} +win: + icon: resources/icon.png + target: + - nsis + artifactName: ${name}-${version}-win-${arch}.${ext} +nsis: + oneClick: false + allowToChangeInstallationDirectory: true +publish: + provider: github |
