update patches

This commit is contained in:
srgooglo 2023-11-20 16:59:08 +01:00
parent cac6919e7b
commit 73538101ec
1 changed files with 12 additions and 2 deletions

View File

@ -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`,