From 2191b6011fdab3b76344fc2447b8b6aaa972b6c1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 07 八月 2025 15:48:09 +0800
Subject: [PATCH] 加入完整日志
---
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