From c9c7878263b17cdd8a7d94f2f17d7e9e0de5d698 Mon Sep 17 00:00:00 2001 From: Michael Pivato Date: Sun, 9 Jun 2024 12:29:09 +0930 Subject: [PATCH] Fix bundle build --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6c95f89..84e03e1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -4,7 +4,7 @@ "beforeDevCommand": "bun run start", "beforeBuildCommand": "bun run build", "devPath": "http://localhost:4200", - "distDir": "../dist" + "distDir": "../dist/proto-creator/browser" }, "package": { "productName": "BufPiv",