From 1eb000b9b8ba5d2c481bd2ba6a852c9f5de161eb Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 22 一月 2024 13:48:09 +0800
Subject: [PATCH] 更新ui

---
 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