feat: add app-update.yml

This commit is contained in:
DIYgod 2024-07-11 18:16:56 +08:00
parent 8fde72da3f
commit 20f95dc63c
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,7 @@ const config: ForgeConfig = {
packagerConfig: {
appBundleId: "is.follow",
icon: "resources/icon",
extraResource: ["./resources/app-update.yml"],
afterCopy: [cleanSources],
asar: true,

4
resources/app-update.yml Normal file
View File

@ -0,0 +1,4 @@
owner: RSSNext
repo: follow
provider: custom
private: false