use path
This commit is contained in:
parent
4b25ff6b95
commit
6999f9587e
|
@ -29,10 +29,9 @@ module.exports = {
|
|||
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",
|
||||
path: "es_patch.zip",
|
||||
extract: true,
|
||||
delete_after_extract: true,
|
||||
process: true
|
||||
delete_after_extract: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -50,10 +49,9 @@ module.exports = {
|
|||
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",
|
||||
path: "widescreen_patch.zip",
|
||||
extract: true,
|
||||
delete_after_extract: true,
|
||||
process: true
|
||||
delete_after_extract: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue