Valheim: remove defunct V+ source (#457)

This commit is contained in:
Greelan 2023-09-05 22:23:13 +10:00 committed by GitHub
parent 66c2840ee8
commit a3d3776594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 18 deletions

View File

@ -118,7 +118,7 @@
},{
"DisplayName":"Install Valheim Plus",
"Category":"SteamCMD and Updates",
"Description":"Installs Valheim Plus. Includes BepInEx. You can specify the desired \"Valheim Plus Source\" in the next field. NOTE: Update the server after enabling this option.",
"Description":"Installs Valheim Plus. Includes BepInEx. NOTE: Update the server after enabling this option.",
"Keywords":"Install,Valheim,Plus",
"FieldName":"valheim_plus_install",
"InputType":"checkbox",
@ -130,21 +130,6 @@
"False": "false",
"True": "true"
}
},{
"DisplayName":"Valheim Plus Source",
"Category":"SteamCMD and Updates",
"Description":"The desired GitHub repository from which to download Valheim Plus. NOTE: Update the server after editing this option.",
"Keywords":"Install,Valheim,Plus,Source,Repo",
"FieldName":"valheim_plus_source",
"InputType":"enum",
"IsFlagArgument":false,
"ParamFieldName":"valheim_plus_source",
"IncludeInCommandLine":false,
"DefaultValue":"valheimPlus",
"EnumValues":{
"valheimPlus":"Original valheimPlus repo (default)",
"Grantapher":"Forked Grantapher repo"
}
},{
"DisplayName":"Please Read!",
"Category":"Valheim Plus - Basic Settings",

View File

@ -55,7 +55,7 @@
"UpdateStageName": "Fetch ValheimPlus from Github - Windows",
"UpdateSourcePlatform": "Windows",
"UpdateSource": "GithubRelease",
"UpdateSourceArgs": "{{valheim_plus_source}}/ValheimPlus",
"UpdateSourceArgs": "Grantapher/ValheimPlus",
"UpdateSourceData": "WindowsServer.zip",
"UpdateSourceConditionSetting": "valheim_plus_install",
"UpdateSourceConditionValue": "true",
@ -66,7 +66,7 @@
"UpdateStageName": "Fetch ValheimPlus from Github - Linux",
"UpdateSourcePlatform": "Linux",
"UpdateSource": "GithubRelease",
"UpdateSourceArgs": "{{valheim_plus_source}}/ValheimPlus",
"UpdateSourceArgs": "Grantapher/ValheimPlus",
"UpdateSourceData": "UnixServer.zip",
"UpdateSourceConditionSetting": "valheim_plus_install",
"UpdateSourceConditionValue": "true",