fix path resolving

This commit is contained in:
srgooglo 2023-11-20 17:04:36 +01:00
parent 73538101ec
commit 88bdcb99cf
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ module.exports = {
},
additions: [
{
file: "%{install_path}/es_patch.zt2"
file: "%install_path/es_patch.zt2"
}
]
},
@ -52,12 +52,12 @@ module.exports = {
},
additions: [
{
file: "%{install_path}/widescreen_patch.zt2"
file: "%install_path%/widescreen_patch.zt2"
}
]
},
],
execute: `%{pack_dir}/zt.exe`,
execute: `%pack_dir%/zt.exe`,
executable: true,
init: ({ os_string }) => {
if (typeof global._.bundles[os_string] === "undefined") {