fix: Windows desktop updater — setup.exe in latest.json

Tauri v2 signs *-setup.exe for NSIS updates, not only nsis.zip.
Include windows-x86_64 in latest.json and improve platform error messages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 11:48:38 +09:00
parent 61de2fb1e6
commit 402f664db7
4 changed files with 11 additions and 3 deletions
@@ -161,7 +161,8 @@ const DesktopUpdateModal: React.FC<Props> = ({ open, onClose, autoStart = true }
{phase === 'error' && (
<p className="desktop-update-hint">
. <strong>PC </strong> dmg를 .
. <strong>PC </strong>
macOS는 dmg, Windows는 exe .
</p>
)}