From 092b7aab1265d60b67bfba620b2f0464e9afd8a9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 28 五月 2025 11:28:27 +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