From e83134a9fba22f315d5a0cafb1507e20a49a56c3 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Mon, 17 Aug 2026 16:32:59 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=BA=94=E7=94=A8=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=B8=BA=20DiffLens=EF=BC=88=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=8C=85/=E5=AE=89=E8=A3=85=E5=90=8E=20exe/=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=90=8D=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index abd50ed..e52cf52 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 2ba847d..9c3a336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "difflens", + "name": "DiffLens", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "difflens", + "name": "DiffLens", "version": "0.1.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1960691..2ce69ef 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "difflens", + "name": "DiffLens", "version": "0.1.0", "description": "DiffLens — 精美酷炫的文本对比桌面应用", "author": "thzxx",