feat: add app-update.yml
This commit is contained in:
parent
8fde72da3f
commit
20f95dc63c
|
|
@ -61,6 +61,7 @@ const config: ForgeConfig = {
|
|||
packagerConfig: {
|
||||
appBundleId: "is.follow",
|
||||
icon: "resources/icon",
|
||||
extraResource: ["./resources/app-update.yml"],
|
||||
|
||||
afterCopy: [cleanSources],
|
||||
asar: true,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
owner: RSSNext
|
||||
repo: follow
|
||||
provider: custom
|
||||
private: false
|
||||
Loading…
Reference in New Issue