Feature/python build #25

Merged
shenjackyuanjie merged 28 commits from feature/python_build into main 2023-06-10 19:02:01 +08:00
Showing only changes of commit 861d9d2af2 - Show all commits

View File

@ -19,7 +19,7 @@ if __name__ == '__main__':
compiler = nuitka.CompilerHelper() compiler = nuitka.CompilerHelper()
# 修改 python 执行文件 为 运行时的 python # 修改 python 执行文件 为 运行时的 python
compiler.python_cmd = sys.argv[0] compiler.python_cmd = sys.executable
# 检测 --github 参数 # 检测 --github 参数
is_github = False is_github = False