Skip to content

Commit 08369f8

Browse files
committed
fix: correct path to build-cli.sh (one level up, not two)
1 parent c7393cc commit 08369f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.4.5",
55
"identifier": "com.ettio.forest.desktop",
66
"build": {
7-
"beforeBuildCommand": "../../scripts/build-cli.sh && bun run build",
7+
"beforeBuildCommand": "../scripts/build-cli.sh && bun run build",
88
"beforeDevCommand": "bun run dev",
99
"devUrl": "http://localhost:5173",
1010
"frontendDist": "../dist"

0 commit comments

Comments
 (0)