From 85a6c2b34cda1f4bc5b72776567cc3ddf9f83527 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Fri, 16 Jan 2026 23:49:32 +0530 Subject: [PATCH] Fix tauri command not found by using npm wrapper --- picoforge.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/picoforge.spec b/picoforge.spec index a4f1baf..f7572a1 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -52,6 +52,7 @@ export PATH="$DENO_INSTALL/bin:$PATH" # Build the App # This will download Rust crates and Deno modules over the internet +deno install deno task tauri build --target release %install