From 88bdcb99cf810fb0b7ae612a0f4a9acf68c9cb15 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 20 Nov 2023 17:04:36 +0100 Subject: [PATCH] fix path resolving --- manifests/zootycoon2-uc.manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index cf5212b..44008e9 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -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") {