From adc88853fa9660e00f3b16b1bfc8436a2169e1d7 Mon Sep 17 00:00:00 2001 From: yunchan8804 Date: Wed, 15 Apr 2026 21:29:08 +0900 Subject: [PATCH] =?UTF-8?q?fix(build):=20electronVersion=2033.3.0=20?= =?UTF-8?q?=EB=AA=85=EC=8B=9C=20=E2=80=94=20=EB=AA=A8=EB=85=B8=EB=A0=88?= =?UTF-8?q?=ED=8F=AC=20hoisting=20=EC=9E=90=EB=8F=99=EA=B0=90=EC=A7=80=20?= =?UTF-8?q?=EC=8B=A4=ED=8C=A8=20=EC=9A=B0=ED=9A=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/electron-builder.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/desktop/electron-builder.yml b/apps/desktop/electron-builder.yml index 506169a..a9c7044 100644 --- a/apps/desktop/electron-builder.yml +++ b/apps/desktop/electron-builder.yml @@ -1,6 +1,9 @@ appId: com.d3ro.voice productName: D3RO Voice copyright: Copyright © 2026 D3RO +# monorepo(npm workspaces)에서 electron이 루트 node_modules로 호이스팅되어 +# 자동 감지가 실패하는 문제를 피하려고 명시적으로 버전 고정. +electronVersion: "33.3.0" directories: buildResources: resources