cicy-desktop 2.1.140 → 2.1.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -190,8 +190,10 @@ async function installDistro({ emit } = {}) {
|
|
|
190
190
|
emit && emit({ phase: "container", status: "running", message: "重置运行环境(冷启动)…" });
|
|
191
191
|
try { await wslTerminate(); } catch {}
|
|
192
192
|
|
|
193
|
-
// 4)
|
|
194
|
-
|
|
193
|
+
// 4) KEEP the rootfs (deletion removed per 主人). Deleting it forced a fresh
|
|
194
|
+
// 447MB re-download on every reinstall / new user / clean retry — the main
|
|
195
|
+
// 「怎么这么慢」 pain. We keep it so reinstall reuses it (curlDownload skips a
|
|
196
|
+
// complete file). Users who want the disk back can delete the tarball manually.
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
// docker CLI present inside the distro?
|