fix build script
This commit is contained in:
parent
8229ead620
commit
8ab48fbd03
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ if [[ "$SKIP_TAURI" == true ]]; then
|
|||
fi
|
||||
|
||||
echo "==> Building Quintodrome Tauri app..."
|
||||
(cd "$DESKTOP" && npx tauri build)
|
||||
(cd "$DESKTOP" && npx --yes @tauri-apps/cli@2 build)
|
||||
|
||||
echo "==> Done."
|
||||
|
|
|
|||
Loading…
Reference in a new issue