From c202bcf8907303dfe09e3321c3fa96764d1e19b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garci=CC=81a?= Date: Wed, 10 Jul 2024 11:28:52 +0200 Subject: [PATCH] Place the binary in the correct place for mac and make sure it's signed --- apps/desktop/electron-builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/desktop/electron-builder.json b/apps/desktop/electron-builder.json index 38ab2fb52c5..5dc0e248205 100644 --- a/apps/desktop/electron-builder.json +++ b/apps/desktop/electron-builder.json @@ -75,9 +75,10 @@ "extraFiles": [ { "from": "desktop_native/dist/desktop_proxy.${platform}-${arch}", - "to": "desktop_proxy" + "to": "Resources/desktop_proxy" } ], + "binaries": ["Contents/Resources/desktop_proxy"], "target": ["dmg", "zip"] }, "win": {