Veloren: add Weekly release version option (#416)
This commit is contained in:
parent
e2d9dbab4b
commit
2724f0db7f
@ -52,5 +52,21 @@
|
|||||||
"Suffix":"players",
|
"Suffix":"players",
|
||||||
"EnumValues":{},
|
"EnumValues":{},
|
||||||
"MinValue":"1"
|
"MinValue":"1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName":"Server Release Version",
|
||||||
|
"Category":"SteamCMD and Updates",
|
||||||
|
"Description":"Sets the server release version to install. NOTE: Update the server after changing this setting!",
|
||||||
|
"Keywords":"server,release,version,nightly,weekly",
|
||||||
|
"FieldName":"ReleaseVersion",
|
||||||
|
"InputType":"enum",
|
||||||
|
"IsFlagArgument":false,
|
||||||
|
"ParamFieldName":"ReleaseVersion",
|
||||||
|
"IncludeInCommandLine":false,
|
||||||
|
"DefaultValue":"weekly",
|
||||||
|
"EnumValues":{
|
||||||
|
"weekly":"Weekly (default)",
|
||||||
|
"nightly":"Nightly"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"UpdateStageName":"Server Download",
|
"UpdateStageName":"Server Download",
|
||||||
"UpdateSourcePlatform":"Windows",
|
"UpdateSourcePlatform":"Windows",
|
||||||
"UpdateSource":"FetchURL",
|
"UpdateSource":"FetchURL",
|
||||||
"UpdateSourceData":"https://download.veloren.net/latest/windows/x86_64/nightly",
|
"UpdateSourceData":"https://download.veloren.net/latest/windows/x86_64/{{ReleaseVersion}}",
|
||||||
"UpdateSourceArgs":"nightly.zip",
|
"UpdateSourceArgs":"{{ReleaseVersion}}.zip",
|
||||||
"UpdateSourceTarget":"{{$FullRootDir}}",
|
"UpdateSourceTarget":"{{$FullRootDir}}",
|
||||||
"UnzipUpdateSource":true,
|
"UnzipUpdateSource":true,
|
||||||
"OverwriteExistingFiles":true,
|
"OverwriteExistingFiles":true,
|
||||||
@ -14,8 +14,8 @@
|
|||||||
"UpdateStageName":"Server Download",
|
"UpdateStageName":"Server Download",
|
||||||
"UpdateSourcePlatform":"Linux",
|
"UpdateSourcePlatform":"Linux",
|
||||||
"UpdateSource":"FetchURL",
|
"UpdateSource":"FetchURL",
|
||||||
"UpdateSourceData":"https://download.veloren.net/latest/linux/x86_64/nightly",
|
"UpdateSourceData":"https://download.veloren.net/latest/linux/x86_64/{{ReleaseVersion}}",
|
||||||
"UpdateSourceArgs":"nightly.zip",
|
"UpdateSourceArgs":"{{ReleaseVersion}}.zip",
|
||||||
"UpdateSourceTarget":"{{$FullRootDir}}",
|
"UpdateSourceTarget":"{{$FullRootDir}}",
|
||||||
"UnzipUpdateSource":true,
|
"UnzipUpdateSource":true,
|
||||||
"OverwriteExistingFiles":true,
|
"OverwriteExistingFiles":true,
|
||||||
@ -57,4 +57,4 @@
|
|||||||
"UpdateSourcePlatform":"All",
|
"UpdateSourcePlatform":"All",
|
||||||
"UpdateSource":"ShutdownApplication"
|
"UpdateSource":"ShutdownApplication"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user