From 55bc84412acc0c71f8b222659b354d8bc726746d Mon Sep 17 00:00:00 2001 From: seton Date: Mon, 22 Jun 2026 19:11:43 -0400 Subject: [PATCH] Add UMM auto-update repository manifest --- Info.json | 3 ++- repository.json | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 repository.json diff --git a/Info.json b/Info.json index 73c9a46..a5c8a50 100644 --- a/Info.json +++ b/Info.json @@ -7,5 +7,6 @@ "GameVersionPoint": "0", "AssemblyName": "S3.dll", "EntryMethod": "S3.Main.Load", - "Requirements": [] + "Requirements": [], + "Repository": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/raw/branch/main/repository.json" } diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..3936ed1 --- /dev/null +++ b/repository.json @@ -0,0 +1,9 @@ +{ + "Releases": [ + { + "Id": "S3", + "Version": "0.2.5", + "DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/v0.2.5/SetonsSpecialSauce-0.2.5.zip" + } + ] +}