From ed1f80da002db5c4aee309d65b7ce5ff94dc5a25 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Wed, 19 Mar 2025 17:14:04 +0800 Subject: [PATCH] chore: update electron-builder configuration for GitHub publishing - Changed the publish provider from generic to GitHub, specifying the repository and owner for streamlined deployment. --- electron-builder.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index adb00ecb..bf55fe20 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -72,8 +72,11 @@ linux: maintainer: electronjs.org category: Utility publish: - provider: generic - url: https://cherrystudio.ocool.online + # provider: generic + # url: https://cherrystudio.ocool.online + provider: github + repo: cherry-studio + owner: CherryHQ electronDownload: mirror: https://npmmirror.com/mirrors/electron/ afterPack: scripts/after-pack.js