【基础环境】版本

This commit is contained in:
yuejiajun 2025-08-18 17:18:54 +08:00
parent 492492e0b8
commit 336a464eed
2 changed files with 4 additions and 4 deletions

View File

@ -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及以上
; 默认配置

View File

@ -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及以上
; 默认配置