diff --git a/server/model_full/install-win10-203-model.iss b/server/model_full/install-win10-203-model.iss index 91e3abf..449a79c 100644 --- a/server/model_full/install-win10-203-model.iss +++ b/server/model_full/install-win10-203-model.iss @@ -2,7 +2,7 @@ ; 构建时间:1.0.20 => 2025-8-18 17:29:09 #define MyAppName "模型管理" -#define MyAppVersion "1.0.20" +#define MyAppVersion "1.0.21" #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "model" @@ -75,8 +75,9 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ ;; 程序 ICO [Icons] -Name: "{autoprograms}\{#MyAppFirstPath}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}\{#MyAppExeName}.exe" -Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}\{#MyAppExeName}.exe"; Tasks: desktopicon +; ====================== ========================================================= 此处使用 console 显式console启动 +Name: "{autoprograms}\{#MyAppFirstPath}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}\{#MyAppExeName}-console.exe" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}\{#MyAppExeName}-console.exe"; Tasks: desktopicon