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 c73def1 commit c744804Copy full SHA for c744804
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.4.7";
22
-const MOBILE_LINK_HASH = "c26f6c33d";
+const MOBILE_LINK_VERSION = "0.5.0";
+const MOBILE_LINK_HASH = "cb291e9cf";
23
24
const getArch = () => {
25
if (arch === "ia32") return "386";
0 commit comments