Disable electron-builder publish for Windows installer
Template tests / tests (push) Successful in 1m42s

This commit is contained in:
2026-06-23 11:10:22 -05:00
parent 058582d7af
commit 0f25d327c0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ function createWindowsInstallerConfig(outputDir) {
win: {
target: ['nsis'],
},
publish: 'never',
nsis: {
oneClick: false,
allowToChangeInstallationDirectory: true,