783 阶段性封版
203 验收前测试
This commit is contained in:
parent
4c2f0ca473
commit
0de4810365
@ -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 "~"
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user