build: 应用名称统一为 DiffLens(安装包/安装后 exe/显示名)
This commit is contained in:
@@ -21,7 +21,7 @@ asarUnpack:
|
|||||||
- resources/**
|
- resources/**
|
||||||
|
|
||||||
win:
|
win:
|
||||||
executableName: difflens
|
executableName: DiffLens
|
||||||
icon: assets/logo.ico
|
icon: assets/logo.ico
|
||||||
target:
|
target:
|
||||||
- target: nsis
|
- target: nsis
|
||||||
@@ -29,7 +29,7 @@ win:
|
|||||||
- x64
|
- x64
|
||||||
|
|
||||||
nsis:
|
nsis:
|
||||||
artifactName: ${name}-${version}-setup.${ext}
|
artifactName: ${productName}-${version}-setup.${ext}
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "difflens",
|
"name": "DiffLens",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "difflens",
|
"name": "DiffLens",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "difflens",
|
"name": "DiffLens",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "DiffLens — 精美酷炫的文本对比桌面应用",
|
"description": "DiffLens — 精美酷炫的文本对比桌面应用",
|
||||||
"author": "thzxx",
|
"author": "thzxx",
|
||||||
|
|||||||
Reference in New Issue
Block a user