Fix #873: On 64 bit x86 machines, os.arch may be x86_64
This commit is contained in:
@@ -77,6 +77,7 @@ public class SelfDependencyPatcher {
|
||||
case "amd64":
|
||||
case "x64":
|
||||
case "x86-64":
|
||||
case "x86_64":
|
||||
break;
|
||||
default:
|
||||
throw new IncompatibleVersionException();
|
||||
|
||||
Reference in New Issue
Block a user