fix(desktop): use array format for win target in electron-builder config

This commit is contained in:
2026-02-09 03:16:48 +08:00
parent 0bab6372ac
commit 1f5940438a

View File

@@ -28,7 +28,8 @@ dmg:
# Windows
win:
target: portable
target:
- portable
extraResources:
- from: ../server/out/server-windows-x64.exe
to: server.exe