tweak run and exe method

This commit is contained in:
Alex Duan 2024-01-13 15:12:57 +08:00
parent 34878b4f0d
commit 09f68ce80c
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ def exeBinFile(fname, command):
if frame.eos.isWin():
binFile += ".exe"
frame.eos.exe(f"{binFile} {command}")
return frame.eos.exe(f"{binFile} {command}")