installer
This commit is contained in:
parent
5d01c21cd7
commit
d0ba890cdc
@ -96,6 +96,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 添加nsis安装包特定配置
|
// 添加nsis安装包特定配置
|
||||||
|
// 修改NSIS配置部分
|
||||||
nsis: {
|
nsis: {
|
||||||
// 安装包名称
|
// 安装包名称
|
||||||
artifactName: "installer/StatExamInstaller_${version}_${arch}.exe",
|
artifactName: "installer/StatExamInstaller_${version}_${arch}.exe",
|
||||||
@ -113,8 +114,8 @@ module.exports = {
|
|||||||
include: "build/installer.nsh",
|
include: "build/installer.nsh",
|
||||||
// 定义安装目录名
|
// 定义安装目录名
|
||||||
shortcutName: "统计技能考试系统",
|
shortcutName: "统计技能考试系统",
|
||||||
// 开始菜单文件夹名称
|
// 修正:使用正确的属性名 menuCategory
|
||||||
startMenuCategory: "统计技能考试系统",
|
menuCategory: "统计技能考试系统",
|
||||||
},
|
},
|
||||||
|
|
||||||
// 便携应用特定配置 - 修改输出结构
|
// 便携应用特定配置 - 修改输出结构
|
||||||
|
Loading…
Reference in New Issue
Block a user