fix: add no-bundle flag for tauri build in specfile

This commit is contained in:
Suyog Tandel
2026-01-16 23:55:32 +05:30
parent 2faf2aaa7d
commit 9947bb7201
+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
deno task tauri build --no-bundle
%install
mkdir -p %{buildroot}%{_bindir}