update adittion steps

This commit is contained in:
srgooglo 2023-11-20 17:37:29 +01:00
parent 96afb20d86
commit 4b25ff6b95
1 changed files with 24 additions and 24 deletions

View File

@ -22,20 +22,20 @@ module.exports = {
{ {
id: "es_patch", id: "es_patch",
name: "Spanish Patch", name: "Spanish Patch",
steps: {
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: [ additions: [
{ {
file: "%install_path/es_patch.zt2" file: "%install_path/es_patch.zt2",
steps: {
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
}
]
},
} }
] ]
}, },
@ -43,20 +43,20 @@ module.exports = {
id: "widescreen_patch", id: "widescreen_patch",
name: "Widescreen Patch", name: "Widescreen Patch",
default: true, default: true,
steps: {
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: [ additions: [
{ {
file: "%install_path%/widescreen_patch.zt2" file: "%install_path%/widescreen_patch.zt2",
steps: {
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
}
]
},
} }
] ]
}, },