From 5807ae04b3317fc5efd0a08c6dcd975e2b489a4a Mon Sep 17 00:00:00 2001 From: Julian Thelen AKA DARKACE <32885015+darkace1998@users.noreply.github.com> Date: Tue, 16 May 2023 23:06:40 +0200 Subject: [PATCH] Update risk-of-rain-2updates.json (#369) fixing the Server Config file Updatesourcedata --- risk-of-rain-2updates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/risk-of-rain-2updates.json b/risk-of-rain-2updates.json index b6ab8d2..35f7f07 100644 --- a/risk-of-rain-2updates.json +++ b/risk-of-rain-2updates.json @@ -19,7 +19,7 @@ "UpdateStageName":"Server Config Template File Download", "UpdateSourcePlatform":"All", "UpdateSource":"FetchURL", - "UpdateSourceData":"https://raw.githubusercontent.com/Greelan/AMPTemplates/dev/risk-of-rain-2server.cfg", + "UpdateSourceData":"https://raw.githubusercontent.com/CubeCoders/AMPTemplates/main/risk-of-rain-2server.cfg", "UpdateSourceArgs":"AMP_server.cfg", "UpdateSourceTarget":"{{$FullRootDir}}", "OverwriteExistingFiles":true @@ -62,4 +62,4 @@ "UpdateSourceData":"/bin/bash", "UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'" } -] \ No newline at end of file +]