docs(desktop): fix release version instruction

This commit is contained in:
Dominik Pschenitschni 2025-06-06 10:00:14 +02:00 committed by kolaente
parent 75e43ab3f2
commit 69e5223fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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`