Add UMM auto-update repository manifest

This commit is contained in:
Seton Carmichael 2026-06-22 19:11:43 -04:00
parent 2343f05b18
commit 55bc84412a
2 changed files with 11 additions and 1 deletions

View file

@ -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"
}

9
repository.json Normal file
View file

@ -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"
}
]
}