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 } },