Update arcade up to use arcade-engine (#57)
Fixes the binary name from `engine` to `arcade-engine`
This commit is contained in:
parent
2eb46a3a98
commit
06decd44ec
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ def _build_engine_command(engine_config: str) -> list[str]:
|
||||||
Returns:
|
Returns:
|
||||||
The command as a list.
|
The command as a list.
|
||||||
"""
|
"""
|
||||||
engine_bin = shutil.which("engine")
|
engine_bin = shutil.which("arcade-engine")
|
||||||
if not engine_bin:
|
if not engine_bin:
|
||||||
console.print(
|
console.print(
|
||||||
"❌ Engine binary not found, refer to the installation guide at "
|
"❌ Engine binary not found, refer to the installation guide at "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue