新增预编译文件

This commit is contained in:
gfdgd xi 2023-04-24 19:49:29 +08:00
parent aaf7ccb793
commit 321a840b7d
2 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ if os.path.exists("/usr/lib/x86_64-linux-gnu/") and not os.system("which qemu-x8
os.system(f"qemu-x86_64 '{programPath}/VirtualMachine-x86_64'")
exit()
print("未安装环境,立即安装!")
os.system(f"python3 '{programPath}/../RunCommandWithTerminal.py' '{programPath}/../InstallRuntime/amd64.sh'")
os.system(f"python3 '{programPath}/../RunCommandWithTerminal.py' '{programPath}/../InstallRuntime/amd64.sh'")

BIN
VM/VirtualMachine-ppc Executable file

Binary file not shown.