diff --git a/src/autify/mobile/mobilelink/installBinary.ts b/src/autify/mobile/mobilelink/installBinary.ts index 84f37f84..f1fd6158 100644 --- a/src/autify/mobile/mobilelink/installBinary.ts +++ b/src/autify/mobile/mobilelink/installBinary.ts @@ -18,8 +18,8 @@ import { execFile } from "node:child_process"; import * as tar from "tar"; import { get } from "../../../config"; -const MOBILE_LINK_VERSION = "0.6.1"; -const MOBILE_LINK_HASH = "5c8f5d279"; +const MOBILE_LINK_VERSION = "0.6.2"; +const MOBILE_LINK_HASH = "f3af65e1b"; const getArch = () => { if (arch === "ia32") return "386";