浏览代码

exe name

/yamato-linux-debug-venv
Chris Elion 4 年前
当前提交
dc11cdd2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      ml-agents/tests/yamato/yamato_utils.py

5
ml-agents/tests/yamato/yamato_utils.py


# Copy the default build name into the artifacts folder.
if output_path is None and res.returncode == 0:
exe_name = "testPlayer.app" if platform == "darwin" else "testPlayer"
os.path.join(base_path, "Project", "testPlayer.app"),
os.path.join(get_base_output_path(), "testPlayer.app"),
os.path.join(base_path, "Project", exe_name),
os.path.join(get_base_output_path(), exe_name),
)
# Print if we fail or want verbosity.

正在加载...
取消
保存