use direct start
This commit is contained in:
parent
8c6f84edfa
commit
047d30ee60
|
@ -59,11 +59,7 @@ module.exports = {
|
||||||
|
|
||||||
const runwinBat = path.resolve(pack_dir, "runwin.bat")
|
const runwinBat = path.resolve(pack_dir, "runwin.bat")
|
||||||
|
|
||||||
await fs.writeFileSync(runwinBat, `
|
await fs.writeFileSync(runwinBat, `"${pack_dir}/Lethal Company.exe"`, { encoding: 'utf8' })
|
||||||
@echo off
|
|
||||||
cd "${pack_dir}"
|
|
||||||
start Lethal Company.exe
|
|
||||||
`, { encoding: 'utf8' })
|
|
||||||
|
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue