This commit is contained in:
yuejiajun 2025-08-18 20:10:11 +08:00
parent a351db0861
commit a439414753

View File

@ -1,8 +1,9 @@
;iss
; 构建时间1.0.20 => 2025-8-18 17:29:09
; 构建时间1.0.22 => 2025-8-18 19:47:00
#define MyAppName "模型管理"
#define MyAppVersion "1.0.21"
#define MyAppVersion "1.0.22"
#define MyAppVersionString "v" + MyAppVersion
#define MyAppPublisher "X"
#define MyAppURL "~"
#define MyAppExeName "model"
@ -52,7 +53,7 @@ PrivilegesRequired=admin
ArchitecturesAllowed=x64compatible
ArchitecturesInstallIn64BitMode=x64compatible
OutputDir=Release\
OutputBaseFilename={#MyAppExeNameHump}Setup-{#MyAppVersion}-203
OutputBaseFilename={#MyAppExeNameHump}Setup-{#MyAppVersionString}-203
UninstallFilesDir={app}\{#MyAppExeName}
UninstallDisplayIcon={app}\{#MyAppExeName}\{#MyAppExeName}.exe
@ -215,6 +216,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
--enable-preview \
-Dserver.port=28680 \
-Dproject.database-name=model \
-Dproject.minio-url=http://127.0.0.1:9000 \
";