Skip to content

Commit 7e0a901

Browse files
committed
bump mobilelink
1 parent b2639b6 commit 7e0a901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/autify/mobile/mobilelink/installBinary.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { execFile } from "node:child_process";
1818
import * as tar from "tar";
1919
import { get } from "../../../config";
2020

21-
const MOBILE_LINK_VERSION = "0.5.0";
22-
const MOBILE_LINK_HASH = "cb291e9cf";
21+
const MOBILE_LINK_VERSION = "0.6.0";
22+
const MOBILE_LINK_HASH = "1eae4c5a9";
2323

2424
const getArch = () => {
2525
if (arch === "ia32") return "386";

0 commit comments

Comments
 (0)