diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index 13d04dc..cf5212b 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -30,7 +30,12 @@ module.exports = { delete_after_extract: true, process: true } - } + }, + additions: [ + { + file: "%{install_path}/es_patch.zt2" + } + ] }, { id: "widescreen_patch", @@ -44,7 +49,12 @@ module.exports = { delete_after_extract: true, process: true } - } + }, + additions: [ + { + file: "%{install_path}/widescreen_patch.zt2" + } + ] }, ], execute: `%{pack_dir}/zt.exe`,