From ad78a0518e0d55cd91ae7b84eb24ef7be9949a4c Mon Sep 17 00:00:00 2001 From: 0o-de-lally <> Date: Mon, 27 Nov 2023 15:16:59 -0500 Subject: [PATCH] try as before build --- src-tauri/tauri.conf.canary.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.canary.json b/src-tauri/tauri.conf.canary.json index 264d8f55..b6521af2 100644 --- a/src-tauri/tauri.conf.canary.json +++ b/src-tauri/tauri.conf.canary.json @@ -7,8 +7,7 @@ "distDir": "../dist", "devPath": "http://localhost:3000", "beforeDevCommand": "yarn dev:web", - "beforeBuildCommand": "yarn build:web", - "beforeBundleCommand": "install_name_tool -change /usr/local/Cellar/gmp/6.3.0/lib/libgmp.10.dylib @rpath/libgmp.10.dylib src-tauri/target/release/carpe-canary" + "beforeBuildCommand": "install_name_tool -change /usr/local/Cellar/gmp/6.3.0/lib/libgmp.10.dylib @rpath/libgmp.10.dylib && yarn build:web" }, "tauri": { "updater": {