From 60633f2704cf5c80b539fae716927f898dfbeffd Mon Sep 17 00:00:00 2001 From: linh Date: Mon, 16 Feb 2026 14:32:16 +0900 Subject: [PATCH] bump mobilelink version --- src/autify/mobile/mobilelink/installBinary.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";