We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fdeb55 commit 35f1c52Copy full SHA for 35f1c52
apps/desktop/src-tauri/tauri.conf.json
@@ -7,7 +7,7 @@
7
"beforeDevCommand": "pnpm -F desktop dev",
8
"devUrl": "http://localhost:1422",
9
"beforeBuildCommand": "pnpm -F desktop build",
10
- "beforeBundleCommand": "./scripts/fix-dylib.sh",
+ "beforeBundleCommand": "./src-tauri/scripts/fix-dylib.sh",
11
"frontendDist": "../dist"
12
},
13
"app": {
0 commit comments