Update arcade up to use arcade-engine (#57)

Fixes the binary name from `engine` to `arcade-engine`
This commit is contained in:
Nate Barbettini 2024-09-24 16:48:08 -07:00 committed by GitHub
parent 2eb46a3a98
commit 06decd44ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ def _build_engine_command(engine_config: str) -> list[str]:
Returns:
The command as a list.
"""
engine_bin = shutil.which("engine")
engine_bin = shutil.which("arcade-engine")
if not engine_bin:
console.print(
"❌ Engine binary not found, refer to the installation guide at "