From c69f71f145cc64c5737a9b1e3a11db3cb16f02fb Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Thu, 2 Apr 2026 15:23:03 -0500 Subject: [PATCH] fix eden nightly --- README.md | 2 +- pages/table.md | 2 +- src/applications.json | 15 +++++++-------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 00f94bf..e659a1e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Don't want the whole pack? Browse the tables below on your device and tap the ** | Dolphin-MMJR2-VBI | Add to Obtainium! | - | - | | DuckStation | Add to Obtainium! | ✅ | ✅ | | Eden | Add to Obtainium! | ✅ | ✅ | -| Eden Nightly | Add to Obtainium! | - | - | +| Eden (Nightly) | Add to Obtainium! | - | - | | Flycast | Add to Obtainium! | ✅ | ✅ | | Hakux | Add to Obtainium! | ✅ | ✅ | | MelonDS | Add to Obtainium! | ✅ | ✅ | diff --git a/pages/table.md b/pages/table.md index bee6603..b353241 100644 --- a/pages/table.md +++ b/pages/table.md @@ -17,7 +17,7 @@ Don't want the whole pack? Browse the tables below on your device and tap the ** | Dolphin-MMJR2-VBI | Add to Obtainium! | - | - | | DuckStation | Add to Obtainium! | ✅ | ✅ | | Eden | Add to Obtainium! | ✅ | ✅ | -| Eden Nightly | Add to Obtainium! | - | - | +| Eden (Nightly) | Add to Obtainium! | - | - | | Flycast | Add to Obtainium! | ✅ | ✅ | | Hakux | Add to Obtainium! | ✅ | ✅ | | MelonDS | Add to Obtainium! | ✅ | ✅ | diff --git a/src/applications.json b/src/applications.json index ebf7e76..9a7c30a 100644 --- a/src/applications.json +++ b/src/applications.json @@ -186,24 +186,23 @@ }, { "id": "dev.eden.eden_nightly", - "url": "https://github.com/Eden-CI/Nightly", - "author": "Eden-CI", - "name": "Eden Nightly", + "url": "https://git.eden-emu.dev/eden-ci/nightly", + "author": "eden-emu", + "name": "Eden (Nightly)", "preferredApkIndex": 0, "additionalSettings": { - "fallbackToOlderReleases": false, - "versionExtractionRegEx": "v?(.+)", - "matchGroupToUse": "$1", - "versionDetection": false, "apkFilterRegEx": "standard", + "appName": "Eden (Nightly)", "about": "Nintendo Switch emulator (nightly builds)" }, "categories": [ "Emulator" ], "allowIdChange": true, - "overrideSource": "GitHub", + "overrideSource": "Codeberg", "meta": { + "nameOverride": "Eden (Nightly)", + "urlOverride": "https://eden-emu.dev", "excludeFromExport": true } },