From 0de4810365c7a81c5f4a67a431ece84ca0eb9fbf Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Wed, 24 Sep 2025 23:09:16 +0800 Subject: [PATCH] =?UTF-8?q?783=20=E9=98=B6=E6=AE=B5=E6=80=A7=E5=B0=81?= =?UTF-8?q?=E7=89=88=20203=20=E9=AA=8C=E6=94=B6=E5=89=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/model_full/install-win10-203-model.iss | 6 ++++-- server/model_full/install-win10-783-model.iss | 12 +++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/server/model_full/install-win10-203-model.iss b/server/model_full/install-win10-203-model.iss index fc53ba2..16d7fdb 100644 --- a/server/model_full/install-win10-203-model.iss +++ b/server/model_full/install-win10-203-model.iss @@ -1,8 +1,10 @@ ;iss -; 构建时间:1.0.22 => 2025-8-18 19:47:00 +; 构建时间:1.0.23 => 2025-9-19 19:23:21 +; 构建时间:1.0.24 => 2025-9-20 11:14:40 +; 构建时间:1.0.25 => 2025-9-20 12:42:38 #define MyAppName "模型管理" -#define MyAppVersion "1.0.22" +#define MyAppVersion "1.0.25" #define MyAppVersionString "v" + MyAppVersion #define MyAppPublisher "X" #define MyAppURL "~" diff --git a/server/model_full/install-win10-783-model.iss b/server/model_full/install-win10-783-model.iss index 25d72d6..9eb398a 100644 --- a/server/model_full/install-win10-783-model.iss +++ b/server/model_full/install-win10-783-model.iss @@ -1,8 +1,12 @@ ;iss -; 构建时间:2025-8-18 14:13:19 +; shzyh!234 + +; 构建版本:1.0.27 +; 构建时间:2025-9-24 21:11:48 #define MyAppName "模型管理" -#define MyAppVersion "1.0.21" +#define MyAppVersion "1.0.27" +#define MyAppVersionString "v" + MyAppVersion #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "model" @@ -52,7 +56,7 @@ PrivilegesRequired=admin ArchitecturesAllowed=x64compatible ArchitecturesInstallIn64BitMode=x64compatible OutputDir=Release\ -OutputBaseFilename={#MyAppExeNameHump}Setup-{#MyAppVersion}-783 +OutputBaseFilename={#MyAppExeNameHump}Setup-{#MyAppVersionString}-783 UninstallFilesDir={app}\{#MyAppExeName} UninstallDisplayIcon={app}\{#MyAppExeName}\{#MyAppExeName}.exe @@ -119,6 +123,7 @@ Source: "{#MyAppResources}\patch.exe"; DestDir: "{app}\{#MyAppExeName}"; DestNam ;Windows 10 环境,不提供 bat 启动 ;Source: "{#MyAppResources}\{#MyAppExeName}.bat"; DestDir: "{app}\{#MyAppExeName}"; DestName: "{#MyAppExeName}.bat"; Flags: ignoreversion; Components: Starter; Source: "{#MyAppResources}\server\demo-0.0.1.jar"; DestDir: "{app}\{#MyAppExeName}\bin"; Flags: ignoreversion; Components: Server; +Source: "{#MyAppResources}\lib\*"; DestDir: "{app}\{#MyAppExeName}\lib"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: Server ; 更新数据库脚本 Source: "{#MyAppResources}\script\*"; DestDir: "{app}\{#MyAppExeName}\script"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: Server; @@ -212,6 +217,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen ValueName: "{#MyAppExeNameUpper}_MANAGE_DB_PORT"; ValueData: "33306"; Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; Components: Server; \ ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \ + -Dloader.path=""{app}\{#MyAppExeName}\lib"" \ --enable-preview \ -Dspring.profiles.active=dev,mysql \ -Dserver.port=28680 \