fix http_download patch steps

This commit is contained in:
srgooglo 2023-11-20 17:16:02 +01:00
parent 245c54b6aa
commit 96afb20d86
1 changed files with 18 additions and 14 deletions

View File

@ -23,13 +23,15 @@ module.exports = {
id: "es_patch",
name: "Spanish Patch",
steps: {
http_downloads: {
http_downloads: [
{
url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/es_patch.zip",
filename: "es_patch.zip",
extract: true,
delete_after_extract: true,
process: true
}
]
},
additions: [
{
@ -42,13 +44,15 @@ module.exports = {
name: "Widescreen Patch",
default: true,
steps: {
http_downloads: {
http_downloads: [
{
url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/zoo-tycoon2-uc/versions/33.05.00.0002UO/widescreen_patch.zip",
filename: "widescreen_patch.zip",
extract: true,
delete_after_extract: true,
process: true
}
]
},
additions: [
{