update patches
This commit is contained in:
parent
cac6919e7b
commit
73538101ec
|
@ -30,7 +30,12 @@ module.exports = {
|
||||||
delete_after_extract: true,
|
delete_after_extract: true,
|
||||||
process: true
|
process: true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
additions: [
|
||||||
|
{
|
||||||
|
file: "%{install_path}/es_patch.zt2"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "widescreen_patch",
|
id: "widescreen_patch",
|
||||||
|
@ -44,7 +49,12 @@ module.exports = {
|
||||||
delete_after_extract: true,
|
delete_after_extract: true,
|
||||||
process: true
|
process: true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
additions: [
|
||||||
|
{
|
||||||
|
file: "%{install_path}/widescreen_patch.zt2"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
execute: `%{pack_dir}/zt.exe`,
|
execute: `%{pack_dir}/zt.exe`,
|
||||||
|
|
Loading…
Reference in New Issue