diff --git a/desktop/src-tauri/tauri.conf.json b/desktop/src-tauri/tauri.conf.json index 268bdda..405d863 100644 --- a/desktop/src-tauri/tauri.conf.json +++ b/desktop/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "frontendDist": "../../internal/web/dist", "beforeDevCommand": "pnpm --dir ../web dev", "devUrl": "http://localhost:5173", - "beforeBuildCommand": "make build-web" + "beforeBuildCommand": "make -C .. build-web" }, "app": { "withGlobalTauri": true,