From 86c1f5aa7b520beddf374d891c9f0bd4cc46b0aa Mon Sep 17 00:00:00 2001 From: Shidorien <40648115+GaetanGrd@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:56:41 +0100 Subject: [PATCH] Update path to get changelog --- src/renderer/services/auto-updater.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/services/auto-updater.service.ts b/src/renderer/services/auto-updater.service.ts index 571a7df2..a61dbcad 100644 --- a/src/renderer/services/auto-updater.service.ts +++ b/src/renderer/services/auto-updater.service.ts @@ -76,7 +76,7 @@ export class AutoUpdaterService { return this.cacheChangelog; } - const path = `https://raw.githubusercontent.com/Zagrios/bs-manager/feature/add-changelog-modal/178/assets/jsons/changelogs.json` + const path = `https://raw.githubusercontent.com/Zagrios/bs-manager/master/assets/jsons/changelogs.json` const response = await fetch(path); if (!response.ok) { throw new Error(`Failed to fetch changelogs (${response.status})`);