-
fix: refresh runtime pack on app upgrade + stop false update banner (#195)
发布于
2026-06-05 17:23:34 +00:00 | 234 次提交 在此版本后已推送到 mainOn a DMG upgrade the old runtime was kept because setup.js checked the runtime version after the 'runtime ready' early-return (dead since #779a2e6). Move the check before the early-return and treat unknown installed versions as a mismatch, so upgrades re-download the new runtime (backend+frontend). Also compare update-banner versions canonically (PEP440 vs tag) so a current app is not nagged.
下载附件