From 6a71e9188f9a169128ec48e6135e7c7f1b7bd903 Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Mon, 18 Aug 2025 17:59:15 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E5=90=AF=E5=8A=A8=E8=BD=AC=E4=B8=BA?= =?UTF-8?q?=20console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/model_full/install-win10-203-model.iss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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