v2.2.4 — Fix: update now actually works
v2.2.4 (2026-07-12)
Fixed
- crush update now actually works — the batch file renames the running exe to \crush.exe.old\ first, THEN moves the new file in, THEN deletes the old one.
- Windows does not allow overwriting a running executable. The old code tried \move /y new.exe old.exe\ which silently failed. Now it renames first.
How to get this fix
If you're on v2.2.3, run \crush update\ again — it should now work properly.