-
fix: auto-update runtime on version mismatch (#120)
发布于
2026-05-23 21:52:23 +00:00 | 264 次提交 在此版本后已推送到 mainFixes #121
The runtime was only re-downloaded when Python was missing entirely. On
upgrades (e.g. alpha.1 to alpha.2), the old runtime stayed in place and
the About dialog showed the previous version.Fix: read
installedVersionandmanifest.versionfrom
runtime_pack_statusand force a re-download when they differ. Shows
"Updating runtime from X to Y..." in the setup UI during the upgrade.下载附件