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