diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index 5e02d05..88d52c4 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -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 + } + ] + }, } ] },