From 1f68cb8a5de45c8b697ca74085cd5aae2c361787 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Fri, 13 Mar 2026 01:37:50 -0500 Subject: Update logo, app icon, fix shutdown crash, add README - Simplified logo: cosmic latte cup on brown background with turquoise liquid and sparkle stars - Square app icon (.icns) for macOS dock - Fix crash on window close: guard all IPC sends against destroyed window - Include ws/chokidar/diff-match-patch in packaged app - Add README with features and install instructions Co-Authored-By: Claude Opus 4.6 --- electron-builder.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'electron-builder.yml') diff --git a/electron-builder.yml b/electron-builder.yml index 9152755..5d1d3b4 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -6,7 +6,27 @@ directories: files: - out/**/* - "!node_modules/**/*" + - node_modules/node-pty/**/* + - node_modules/ws/**/* + - node_modules/chokidar/**/* + - node_modules/diff-match-patch/**/* + - node_modules/anymatch/**/* + - node_modules/braces/**/* + - node_modules/fill-range/**/* + - node_modules/glob-parent/**/* + - node_modules/is-binary-path/**/* + - node_modules/is-extglob/**/* + - node_modules/is-glob/**/* + - node_modules/is-number/**/* + - node_modules/normalize-path/**/* + - node_modules/picomatch/**/* + - node_modules/readdirp/**/* + - node_modules/to-regex-range/**/* + - node_modules/binary-extensions/**/* +asarUnpack: + - node_modules/node-pty/**/* mac: + icon: resources/icon.icns target: - dmg category: public.app-category.productivity -- cgit v1.2.3