From f6e93c07f02e1030be09346fba829b231681b063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Mon, 2 Jun 2025 13:06:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9B=A0?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=BC=BA=E5=A4=B1=E8=80=8C=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 11c628f..44a9032 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -5,7 +5,7 @@ CoordMode "Pixel", "Client" CoordMode "Mouse", "Client" ;region 设置常量 -TraySetIcon "doro.ico" +try TraySetIcon "doro.ico" currentVersion := "v1.0.0-beta.4" usr := "1204244136" repo := "DoroHelper"