Skip to content

v2.2.4 — Fix: update now actually works

Choose a tag to compare

@AliHamza-Coder AliHamza-Coder released this 12 Jul 14:20
· 17 commits to main since this release

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.