移除安装脚本中RtIpAddressSetting快捷方式的创建。

This commit is contained in:
Liang Su 2023-12-14 19:54:13 +08:00
parent 5fb73414b8
commit 14d6b2c4a5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Section "Control Apps" SecControlApp
;Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"
CreateShortCut "$DESKTOP\SicRTIPConfig.lnk" "$INSTDIR\SicUI\SicUI.exe" "--is-set-rt-ip" "$INSTDIR\SicUI\RtIpAddressSetting.ico" 0
;CreateShortCut "$DESKTOP\SicRTIPConfig.lnk" "$INSTDIR\SicUI\SicUI.exe" "--is-set-rt-ip" "$INSTDIR\SicUI\RtIpAddressSetting.ico" 0
CreateShortCut "$DESKTOP\SicUI.lnk" "$INSTDIR\SicUI\SicUI.exe"
SectionEnd