We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da80d25 commit de67457Copy full SHA for de67457
src/autify/mobile/mobilelink/installBinary.ts
@@ -31,7 +31,7 @@ const getOs = () => {
31
32
const getArch = () => {
33
if (arch === "ia32") return "386";
34
- if (arch === "x64") return "amd64";
+ if (arch === "x64") return "x64";
35
if (arch === "arm64") return "arm64";
36
throw new Errors.CLIError(`Unsupported Architecture: ${arch}`);
37
};
0 commit comments