From f51575508e3fe36a7901e6cfe81bf67a7d3fe64a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 24 Jul 2024 07:05:05 -0700 Subject: [PATCH] Fix external bin names --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cf87614b..ee858fe3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -41,8 +41,8 @@ "active": true, "category": "DeveloperTool", "externalBin": [ - "vendored/protoc/protoc", - "vendored/node/node" + "vendored/protoc/yaakprotoc", + "vendored/node/yaaknode" ], "icon": [ "icons/release/32x32.png",