Fix: add aarch64 to Arch detection
This commit is contained in:
committed by
Sheepit Renderfarm
parent
bb6f05d5a3
commit
3fe4ecd60c
@@ -80,6 +80,7 @@ public class CPU {
|
||||
case "amd64":
|
||||
case "x86_64":
|
||||
case "x64":
|
||||
case "aarch64":
|
||||
this.arch = "64bit";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user