瀏覽代碼

졸아서 오타난 거 해결

https://github.com/openNAMU/openNAMU/issues/2407
잉여개발기 (SPDV) 1 年之前
父節點
當前提交
c4b1a4a264
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      route/tool/func.py

+ 1 - 1
route/tool/func.py

@@ -837,7 +837,7 @@ def linux_exe_chmod():
         else:
             exe_type = 'main.arm64.bin'
     elif platform.system() == 'Darwin':
-        exc_type = 'main.mac.amd64.bin'
+        exe_type = 'main.mac.arm64.bin'
     else:
         if platform.machine() in ["AMD64", "x86_64"]:
             exe_type = 'main.amd64.exe'