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 6a62506 commit 0344fefCopy full SHA for 0344fef
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.5";
22
-const MOBILE_LINK_HASH = "14f3442c4";
+const MOBILE_LINK_VERSION = "0.4.6";
+const MOBILE_LINK_HASH = "df6643a14";
23
24
const getArch = () => {
25
if (arch === "ia32") return "386";
0 commit comments