Valheim: remove defunct V+ source (#457)
This commit is contained in:
parent
66c2840ee8
commit
a3d3776594
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user