#57: add support for linux-x64

This commit is contained in:
MasOnShi
2022-04-04 20:04:52 +08:00
parent d16428a8b2
commit c1beef1a98
7 changed files with 76 additions and 24 deletions

View File

@@ -10,4 +10,5 @@ import utils
if __name__ == '__main__':
utils.win_x86_run()
utils.win_x64_run()
utils.linux_x64_run()