update adittion steps
This commit is contained in:
parent
96afb20d86
commit
4b25ff6b95
|
@ -22,20 +22,20 @@ module.exports = {
|
|||
{
|
||||
id: "es_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: [
|
||||
{
|
||||
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",
|
||||
name: "Widescreen Patch",
|
||||
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: [
|
||||
{
|
||||
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
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue