From 84e48c59959d11d6b0d2d9728e504a5b188bfe10 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:12:05 +1100 Subject: [PATCH] Valheim: fix V+ settings file download stage (#482) --- valheimupdates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valheimupdates.json b/valheimupdates.json index 8323a61..2b13835 100644 --- a/valheimupdates.json +++ b/valheimupdates.json @@ -77,7 +77,7 @@ "UpdateStageName": "Settings File Download", "UpdateSourcePlatform": "All", "UpdateSource": "GithubRelease", - "UpdateSourceArgs": "{{valheim_plus_source}}/ValheimPlus", + "UpdateSourceArgs": "Grantapher/ValheimPlus", "UpdateSourceData": "valheim_plus.cfg", "UpdateSourceTarget": "{{$FullBaseDir}}/BepInEx/config", "OverwriteExistingFiles": false,