From 7abb4de3d38ac6298b4e74fb2fcb6418bad5d982 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 24 Sep 2023 15:06:42 +0200 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 5034073..fdae1e8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,7 +8,7 @@ 6. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new). 7. Run [build.mjs](scripts/build.mjs) to upload binaries to the release. ```sh - npx zx scripts/build.js + npx zx scripts/build.mjs ``` 8. Bump version in [install.sh](https://github.com/antonmedv/fx.wtf/blob/master/public/install.sh) and upload it to [fx.wtf](https://fx.wtf).