Skip to content

Commit

Permalink
fix(ci): update electron-builder.yml for Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 10, 2023
1 parent fee207f commit a09ef9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ asarUnpack:

win:
executableName: ${productName}
artifactName: ${productName}-Setup-${version}-${arch}.${ext}
target:
- target: nsis
arch: [x64, ia32, arm64]
nsis:
artifactName: ${productName}-Setup-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always
oneClick: false
allowElevation: true
allowToChangeInstallationDirectory: true
createStartMenuShortcut: true
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always

mac:
artifactName: ${productName}-${version}-${arch}.${ext}
Expand Down

0 comments on commit a09ef9d

Please sign in to comment.