Atlas didn't seem to launch bat file successfully.
Emulator can be workaround but not straight forward, and usually meant for emulators.
We should support launching .bat file since it exists in supported extension code.
else if (['exe', 'bat', 'cmd'].includes(extension)) {
await spawnTrackedGame(execPath, [], {
recordId,
version,
cwd: path.dirname(execPath),
shell: extension === 'bat' || extension === 'cmd',
})
Atlas version
0.9.9-nightly.487
How did you install it?
Nightly prerelease
Operating system
Windows 11
What happened
Atlas didn't seem to launch bat file successfully.
Emulator can be workaround but not straight forward, and usually meant for emulators.
We should support launching .bat file since it exists in supported extension code.
Current:
Steps to reproduce
Does it happen every time?
Every time
Logs
Before submitting