fix: specfile build failure due to wrong tauri flag

This commit is contained in:
Suyog Tandel
2026-01-16 23:53:34 +05:30
parent 85a6c2b34c
commit 2faf2aaa7d
+1 -1
View File
@@ -53,7 +53,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
deno task tauri build
%install
mkdir -p %{buildroot}%{_bindir}