重新加回安装后创建快捷方式

This commit is contained in:
shenmo 2025-06-12 00:19:01 +08:00
parent e98def4839
commit 50fd18fbe4
2 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,7 @@ function auto_try_install() {
# 首先尝试在主机安装
if install_in_host "$deb_path"; then
create_desktop_file
return 0
fi

View File

@ -340,6 +340,7 @@ function auto_try_install() {
# 首先尝试在主机安装
if install_in_host "$deb_path"; then
create_desktop_file
return 0
fi