From 85ef1bce974893891b3c154c222a5898d06eda34 Mon Sep 17 00:00:00 2001 From: skateball Date: Fri, 24 Oct 2025 14:45:54 +0200 Subject: [PATCH] Update backup URL for fetching SapMachine releases to the new GitHub location --- src/distributions/sapmachine/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distributions/sapmachine/installer.ts b/src/distributions/sapmachine/installer.ts index 6f42c5ee..39014b6f 100644 --- a/src/distributions/sapmachine/installer.ts +++ b/src/distributions/sapmachine/installer.ts @@ -69,7 +69,7 @@ export class SapMachineDistribution extends JavaBase { if (!fetchedReleasesJson) { fetchedReleasesJson = await this.fetchReleasesFromUrl( - 'https://backup.sapmachine.io/assets/data/sapmachine-releases-all.json' + 'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json' ); }