From 047d30ee60fa0757d1edc698b73bce15a4bb7884 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 29 Nov 2023 14:44:21 +0100 Subject: [PATCH] use direct start --- manifests/lethal-company.manifest | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifests/lethal-company.manifest b/manifests/lethal-company.manifest index 1902dec..7f89a81 100644 --- a/manifests/lethal-company.manifest +++ b/manifests/lethal-company.manifest @@ -59,11 +59,7 @@ module.exports = { const runwinBat = path.resolve(pack_dir, "runwin.bat") - await fs.writeFileSync(runwinBat, ` - @echo off - cd "${pack_dir}" - start Lethal Company.exe - `, { encoding: 'utf8' }) + await fs.writeFileSync(runwinBat, `"${pack_dir}/Lethal Company.exe"`, { encoding: 'utf8' }) return true },