Skip to content

Commit 693e70d

Browse files
fix: use npx tauri so that build arguments and Windows bundling work
1 parent 3cac105 commit 693e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "bash scripts/tauri-build.sh",
1414
"build:installer": "BUNDLE_PYTHON=1 bash scripts/tauri-build.sh",
1515
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16-
"tauri": "bash -c 'export PATH=\"$HOME/.cargo/bin:$PATH\" && npx tauri'"
16+
"tauri": "npx tauri"
1717
},
1818
"dependencies": {
1919
"@tauri-apps/api": "^2.0.0",

0 commit comments

Comments
 (0)