From a43941475399ae3c2bdc2b4f162a30cd57196a80 Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Mon, 18 Aug 2025 20:10:11 +0800 Subject: [PATCH] 203 --- server/model_full/install-win10-203-model.iss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/server/model_full/install-win10-203-model.iss b/server/model_full/install-win10-203-model.iss index 449a79c..303775e 100644 --- a/server/model_full/install-win10-203-model.iss +++ b/server/model_full/install-win10-203-model.iss @@ -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 \ ";