fix http_download patch steps
This commit is contained in:
parent
245c54b6aa
commit
96afb20d86
|
@ -23,13 +23,15 @@ 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
|
||||
}
|
||||
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: {
|
||||
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
|
||||
}
|
||||
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: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue