chore: update electron-builder configuration for GitHub publishing

- Changed the publish provider from generic to GitHub, specifying the repository and owner for streamlined deployment.
This commit is contained in:
kangfenmao 2025-03-19 17:14:04 +08:00
parent 11620828ad
commit ed1f80da00

View File

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