Fix missing app-update.yml file for .deb builds.

This commit is contained in:
Franco Montenegro 2022-06-21 23:40:10 -03:00
parent 412a0c2c36
commit 0476a547b1
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,10 @@
"from": "./static/font",
"to": "static/font",
"filter": ["**/*"]
},
{
"from": "./static/app-update.yml",
"to": "app-update.yml"
}
],
"publish": [

3
static/app-update.yml Normal file
View file

@ -0,0 +1,3 @@
owner: lbryio
repo: lbry-desktop
provider: github