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 b2639b6 commit 7e0a901Copy full SHA for 7e0a901
src/autify/mobile/mobilelink/installBinary.ts
@@ -18,8 +18,8 @@ import { execFile } from "node:child_process";
18
import * as tar from "tar";
19
import { get } from "../../../config";
20
21
-const MOBILE_LINK_VERSION = "0.5.0";
22
-const MOBILE_LINK_HASH = "cb291e9cf";
+const MOBILE_LINK_VERSION = "0.6.0";
+const MOBILE_LINK_HASH = "1eae4c5a9";
23
24
const getArch = () => {
25
if (arch === "ia32") return "386";
0 commit comments