From c4c2bc0db3b3757ad029fad542c7c841668d6b17 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:21:20 +0300 Subject: [PATCH] docs(BUILD): remove note as its no longer true --- BUILD.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BUILD.md b/BUILD.md index 7fce697..c5ada03 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 -```