From 336a464eede7984c9e943b486ecbd574518c3963 Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Mon, 18 Aug 2025 17:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E7=A1=80=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E3=80=91=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/install_base.iss | 4 ++-- base/install_usr.iss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/install_base.iss b/base/install_base.iss index a77dfd8..0ba53eb 100644 --- a/base/install_base.iss +++ b/base/install_base.iss @@ -1,7 +1,7 @@ ;iss #define MyAppName "基础环境" -#define MyAppVersion "v1.0.0" +#define MyAppVersion "1.0.0" #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command" @@ -32,7 +32,7 @@ UninstallDisplayIcon={app}\{#MyAppExeName}.exe VersionInfoCompany= VersionInfoCopyright=CopyRight © 2025 VersionInfoDescription=装配DB、IO、MQ、Command等 -VersionInfoProductVersion=1.0.0 +VersionInfoProductVersion={#MyAppVersion} VersionInfoProductName=基础环境(支持Windows7及以上) ; 默认配置 diff --git a/base/install_usr.iss b/base/install_usr.iss index b971c47..ad49eb3 100644 --- a/base/install_usr.iss +++ b/base/install_usr.iss @@ -1,7 +1,7 @@ ;iss #define MyAppName "基础环境" -#define MyAppVersion "v1.0.0" +#define MyAppVersion "1.0.0" #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command" @@ -32,7 +32,7 @@ UninstallDisplayIcon={app}\{#MyAppExeName}.exe VersionInfoCompany= VersionInfoCopyright=CopyRight © 2025 VersionInfoDescription=基本命令扩充(sed、awk、grep等) -VersionInfoProductVersion=1.0.0 +VersionInfoProductVersion={#MyAppVersion} VersionInfoProductName=基础环境(支持Windows7及以上) ; 默认配置