build: 应用名称统一为 DiffLens(安装包/安装后 exe/显示名)

This commit is contained in:
2026-08-17 16:32:59 +08:00
parent 978e68202d
commit e83134a9fb
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ asarUnpack:
- resources/**
win:
executableName: difflens
executableName: DiffLens
icon: assets/logo.ico
target:
- target: nsis
@@ -29,7 +29,7 @@ win:
- x64
nsis:
artifactName: ${name}-${version}-setup.${ext}
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
createDesktopShortcut: always