Skip to content

Commit

Permalink
Fix missing app-update.yml file for .deb builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruk33 committed Jun 22, 2022
1 parent 0ea5d01 commit 4b922d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"from": "./static/font",
"to": "static/font",
"filter": ["**/*"]
},
{
"from": "./static/app-update.yml",
"to": "app-update.yml"
}
],
"publish": [
Expand Down
3 changes: 3 additions & 0 deletions static/app-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
owner: lbryio
repo: lbry-desktop
provider: github

0 comments on commit 4b922d4

Please sign in to comment.