From 245c54b6aafd4d06195a0267de5af4559f59e691 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 20 Nov 2023 17:14:43 +0100 Subject: [PATCH] update execution path --- manifests/zootycoon2-uc.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/zootycoon2-uc.manifest b/manifests/zootycoon2-uc.manifest index 44008e9..7d9937f 100644 --- a/manifests/zootycoon2-uc.manifest +++ b/manifests/zootycoon2-uc.manifest @@ -57,7 +57,7 @@ module.exports = { ] }, ], - execute: `%pack_dir%/zt.exe`, + execute: `%install_path%/zt.exe`, executable: true, init: ({ os_string }) => { if (typeof global._.bundles[os_string] === "undefined") {