use double backslash
This commit is contained in:
parent
d9da45b208
commit
60f1f0c030
|
@ -59,9 +59,9 @@ module.exports = {
|
||||||
|
|
||||||
const runwinBat = path.resolve(pack_dir, "runwin.bat")
|
const runwinBat = path.resolve(pack_dir, "runwin.bat")
|
||||||
|
|
||||||
await fs.writeFileSync(runwinBat, `"${pack_dir}\Lethal Company.exe"`, { encoding: 'utf8' })
|
await fs.writeFileSync(runwinBat, `"${pack_dir}\\Lethal Company.exe"`, { encoding: 'utf8' })
|
||||||
|
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
execute: `%install_path%\runwin.bat`
|
execute: `%install_path%\\runwin.bat`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue