docs(BUILD): remove note as its no longer true

This commit is contained in:
/home/neo 2026-03-12 21:21:20 +03:00 committed by GitHub
parent eac9368cba
commit c4c2bc0db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,10 +15,3 @@
pnpm install # or npm
pnpm tauri build # or npm
```
## Notes
On GNU/Linux, the build might fail due to missing logos (because still Alpha, contributions to fix this are welcome).
To fix that, build with this command instead:
```sh
pnpm tauri build --no-bundle
```