Skip to content

Commit 35f1c52

Browse files
committed
fix cd
Signed-off-by: Yujong Lee <yujonglee.dev@gmail.com>
1 parent 9fdeb55 commit 35f1c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"beforeDevCommand": "pnpm -F desktop dev",
88
"devUrl": "http://localhost:1422",
99
"beforeBuildCommand": "pnpm -F desktop build",
10-
"beforeBundleCommand": "./scripts/fix-dylib.sh",
10+
"beforeBundleCommand": "./src-tauri/scripts/fix-dylib.sh",
1111
"frontendDist": "../dist"
1212
},
1313
"app": {

0 commit comments

Comments
 (0)