Fix: add aarch64 to Arch detection

This commit is contained in:
harlekin
2022-01-06 08:43:51 +00:00
committed by Sheepit Renderfarm
parent bb6f05d5a3
commit 3fe4ecd60c

View File

@@ -80,6 +80,7 @@ public class CPU {
case "amd64":
case "x86_64":
case "x64":
case "aarch64":
this.arch = "64bit";
break;
default: