From 13a905509f907e2d378ee0752230a108e60f84d1 Mon Sep 17 00:00:00 2001 From: gsx <530353222@qq.com> Date: Sun, 30 Jun 2024 12:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8D=87=E7=BA=A7=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E7=94=9F=E6=88=90=20latest.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/builder.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/electron/config/builder.json b/electron/config/builder.json index 0d9e76d..861f978 100644 --- a/electron/config/builder.json +++ b/electron/config/builder.json @@ -28,6 +28,12 @@ "createStartMenuShortcut": true, "shortcutName": "EE框架" }, + "publish": [ + { + "provider": "generic", + "url": "https://github.com/wallace5303/electron-egg" + } + ], "mac": { "icon": "build/icons/icon.icns", "artifactName": "${productName}-${os}-${version}-${arch}.${ext}",