Add UMM auto-update repository manifest
This commit is contained in:
parent
2343f05b18
commit
55bc84412a
2 changed files with 11 additions and 1 deletions
|
|
@ -7,5 +7,6 @@
|
||||||
"GameVersionPoint": "0",
|
"GameVersionPoint": "0",
|
||||||
"AssemblyName": "S3.dll",
|
"AssemblyName": "S3.dll",
|
||||||
"EntryMethod": "S3.Main.Load",
|
"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
9
repository.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue