Skip to content

Commit

Permalink
style: 修改输出的安装包文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
tswwe committed Nov 22, 2024
1 parent 2a84648 commit cac4a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-win/nsis/xxxk.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
RequestExecutionLevel highest
SetCompressor /SOLID lzma
InstallDir "$LOCALAPPDATA\${XXXK_NAME_EN}"
OutFile "${XXXK_NAME_CN}-v${XXXK_VER}-build${XXXK_VER_DATE}.exe"
OutFile "${XXXK_NAME_EN}-v${XXXK_VER}-build${XXXK_VER_DATE}.exe"
Name "${XXXK_NAME_CN}" # 修改变量 $(^Name)。影响欢迎页的有关文本
VIProductVersion "${XXXK_VER}" # 安装包的文件属性 > 详细信息 > 安装文件版本号
VIAddVersionKey ProductVersion "${XXXK_VER}" # 安装包的文件属性 > 详细信息 > 产品版本号
Expand Down

0 comments on commit cac4a32

Please sign in to comment.