Commit Graph

4 Commits

Author SHA1 Message Date
caoqianming cef93d9364 Bundle WebView2Loader.dll so GNU-built installers run on clean machines
The GNU toolchain does not static-link WebView2Loader (unlike MSVC), so
the app failed to launch with a missing-DLL error. Ship the x64 loader as
a bundle resource installed next to the exe.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 08:09:06 +08:00
caoqianming 8320432789 Add lightweight update check via Gitea releases; bump to 0.2.0
- check_update command: query Gitea releases/latest, compare versions
  (404 = no release yet -> treated as up to date), return notes + asset URL
- open_external command to open the download page / installer
- "检查更新" button in the top bar (manual check only)
- docs/发布与更新.md: release & update workflow
- bump app version to 0.2.0 (tauri.conf / package.json / Cargo)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 16:33:57 +08:00
caoqianming 3996a85eb6 Add app icon and enable Windows installer packaging
- Generate radiation-trefoil app icon (ISO proportions) via app-icon.svg
- Enable bundling with NSIS + MSI targets
- Use English productName so WiX/MSI builds succeed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 10:14:12 +08:00
caoqianming 5cae20cd58 Initial commit 2026-05-15 13:50:27 +08:00