From 50fd18fbe400b3cec0aa1d1e081622755981bcf1 Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 12 Jun 2025 00:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=8A=A0=E5=9B=9E=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=90=8E=E5=88=9B=E5=BB=BA=E5=BF=AB=E6=8D=B7=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ssaudit | 1 + tool/ssinstall | 1 + 2 files changed, 2 insertions(+) diff --git a/tool/ssaudit b/tool/ssaudit index 25837b4..94f61e9 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -340,6 +340,7 @@ function auto_try_install() { # 首先尝试在主机安装 if install_in_host "$deb_path"; then + create_desktop_file return 0 fi diff --git a/tool/ssinstall b/tool/ssinstall index bfcc21f..6e0bed9 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -340,6 +340,7 @@ function auto_try_install() { # 首先尝试在主机安装 if install_in_host "$deb_path"; then + create_desktop_file return 0 fi