From 2c984809fbb4c7bc110562c5388ac53d7eedc508 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 16 Jan 2025 23:10:05 -0600 Subject: [PATCH] Add The X Tech nightly Untested, not sure this'll work in a zip --- source/apps/thextech.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/apps/thextech.json b/source/apps/thextech.json index c3f0acc67..8b579f2fb 100644 --- a/source/apps/thextech.json +++ b/source/apps/thextech.json @@ -9,6 +9,13 @@ "image": "https://raw.githubusercontent.com/TheXTech/TheXTech/main/resources/wiiu/wuhb-splash.png", "icon": "https://raw.githubusercontent.com/TheXTech/TheXTech/main/resources/icon/thextech_48.png", "long_description": "This is a direct continuation of the SMBX 1.3 engine. Originally it was written in VB6 for Windows, and later, it got ported/rewritten into C++ and became a cross-platform engine. It completely reproduces the old SMBX 1.3 engine (aside from its Editor), includes many of its logical bugs (critical bugs that lead the game to crash or freeze got fixed), and also adds a lot of new updates and features.", + "nightly": { + "downloads": { + "thextech-3ds-main.zip": { + "url": "https://builds.wohlsoft.ru/3ds/thextech-3ds-main.zip" + } + } + } "archive": { "thextech-3ds-.*\\.zip": { "thextech.3dsx": [ @@ -54,4 +61,4 @@ } ] } -} \ No newline at end of file +}