Skip to content

Commit 0344fef

Browse files
suzukieitasuzukieita
authored andcommitted
Bump mobilelink to 0.4.6
1 parent 6a62506 commit 0344fef

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.4.5";
22-
const MOBILE_LINK_HASH = "14f3442c4";
21+
const MOBILE_LINK_VERSION = "0.4.6";
22+
const MOBILE_LINK_HASH = "df6643a14";
2323

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

0 commit comments

Comments
 (0)