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