From 4b922d47f68600a2435750e7e31ea960d5e13106 Mon Sep 17 00:00:00 2001 From: Franco Montenegro Date: Tue, 21 Jun 2022 23:40:10 -0300 Subject: [PATCH] Fix missing app-update.yml file for .deb builds. --- electron-builder.json | 4 ++++ static/app-update.yml | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 static/app-update.yml diff --git a/electron-builder.json b/electron-builder.json index 685ab5f857c..c8cd0d86ef1 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -29,6 +29,10 @@ "from": "./static/font", "to": "static/font", "filter": ["**/*"] + }, + { + "from": "./static/app-update.yml", + "to": "app-update.yml" } ], "publish": [ diff --git a/static/app-update.yml b/static/app-update.yml new file mode 100644 index 00000000000..cf3596a8f56 --- /dev/null +++ b/static/app-update.yml @@ -0,0 +1,3 @@ +owner: lbryio +repo: lbry-desktop +provider: github \ No newline at end of file