mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-15 23:06:07 -04:00
Fix #873: On 64 bit x86 machines, os.arch may be x86_64
This commit is contained in:
parent
cecabe5bc4
commit
607248e8b3
@ -77,6 +77,7 @@ public class SelfDependencyPatcher {
|
|||||||
case "amd64":
|
case "amd64":
|
||||||
case "x64":
|
case "x64":
|
||||||
case "x86-64":
|
case "x86-64":
|
||||||
|
case "x86_64":
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new IncompatibleVersionException();
|
throw new IncompatibleVersionException();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user