From 69e5223fa54deb3c1663d576177815075bd2c387 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:00:14 +0200 Subject: [PATCH] docs(desktop): fix release version instruction --- desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index 5396023a0..15834f46c 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -35,7 +35,7 @@ pnpm start ## Building for release 1. Run the snippet from above, but with a valid frontend version instead of `unstable` -2. Change the version in `package.json` (That's the one that will be used by electron-builder` +2. Change the version in `package.json` (that's the one that will be used by electron-builder) 3. `pnpm install` 4. `pnpm run dist --linux --windows`