diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3a5e3fe..ec153dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -3,7 +3,7 @@ "beforeDevCommand": "yarn dev", "beforeBuildCommand": "yarn build", "devPath": "http://localhost:1420", - "distDir": "../build", + "distDir": "../dist", "withGlobalTauri": false }, "package": {