From ccedcc15a84a2c59ec13e1ae70e6843d3c7ddbc4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 23 十一月 2024 13:55:29 +0800
Subject: [PATCH] 34
---
electron-builder.json5 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/electron-builder.json5 b/electron-builder.json5
index af6e609..507e4ed 100644
--- a/electron-builder.json5
+++ b/electron-builder.json5
@@ -32,5 +32,11 @@
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
- }
+ },
+ publish: [
+ {
+ provider: "generic",
+ url: 'https://piclist.icoldchain.cn',
+ },
+ ],
}
--
Gitblit v1.8.0