use direct start

This commit is contained in:
srgooglo 2023-11-29 14:44:21 +01:00
parent 8c6f84edfa
commit 047d30ee60
1 changed files with 1 additions and 5 deletions

View File

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