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 },