From 40c92dbd999d023b9a94d858bb78be63b95467af Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Mon, 26 Jun 2023 14:44:48 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BF=AE=E5=A4=8Dmacos=20ele?= =?UTF-8?q?ctron-builder=20=E6=9E=84=E5=BB=BA=E9=97=AE=E9=A2=98=EF=BC=9Aht?= =?UTF-8?q?tps://github.com/nklayman/vue-cli-plugin-electron-builder/issue?= =?UTF-8?q?s/1701?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4dc703..cc88872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "2.2.11", + "version": "2.2.12", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": { @@ -63,5 +63,10 @@ "typescript": "~4.1.5", "vue-cli-plugin-electron-builder": "~2.1.1", "worker-plugin": "^5.0.1" + }, + "overrides": { + "vue-cli-plugin-electron-builder": { + "electron-builder": "^23.0.3" + } } }