From d9429bc46ebc82673586c6e55808a6cca322a7e4 Mon Sep 17 00:00:00 2001 From: cysamurai Date: Fri, 8 Aug 2025 13:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tax-asst-client/electron-builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tax-asst-client/electron-builder.yml b/tax-asst-client/electron-builder.yml index 507f797..e841ea5 100644 --- a/tax-asst-client/electron-builder.yml +++ b/tax-asst-client/electron-builder.yml @@ -1,12 +1,12 @@ -appId: com.electron.app -productName: electron-app +appId: com.electron.tax-asst-client +productName: tax-asst-client directories: buildResources: build output: dist files: - out/**/* - package.json - - main.js + - "out/main/index.js" - preload.js - "dist/**/*" - build/**/*