From 830cf7492b196b2f8cfce37748385857f9b3174f Mon Sep 17 00:00:00 2001 From: Matthis Radke Date: Mon, 22 Aug 2022 14:35:11 +0200 Subject: [PATCH] fix: update gitHubProject parameter for updater (#3352) --- apps/desktop/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts index 55c7fb688c5..4d1ac739ef6 100644 --- a/apps/desktop/src/main.ts +++ b/apps/desktop/src/main.ts @@ -104,7 +104,7 @@ export class Main { this.updaterMain = new UpdaterMain( this.i18nService, this.windowMain, - "desktop", + "clients", null, null, null,