diff options
| author | haoyuren <13851610112@163.com> | 2026-03-13 01:37:50 -0500 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-03-13 01:37:50 -0500 |
| commit | 1f68cb8a5de45c8b697ca74085cd5aae2c361787 (patch) | |
| tree | 3cdb12870eadcd601c88af21efa27ec596b476eb /electron-builder.yml | |
| parent | 8b3b3be550307598e84c59e3d708e6ee9a3e1beb (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'electron-builder.yml')
| -rw-r--r-- | electron-builder.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
