mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix: specfile build failure due to wrong tauri flag
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user