Haze
0bb3b6ae2c
chore(electron): enhance packaging configuration and cleanup processes
...
- Updated compression setting to maximum in electron-builder configuration.
- Excluded screenshot directory from extra resources during packaging.
- Added new dependencies: electron-store, electron-updater, and ws.
- Improved cleanup scripts to remove unnecessary files and directories, optimizing the bundle size.
- Implemented logic to skip dev-only packages during the bundling process.
2026-02-25 11:23:03 +08:00
DigHuang
b6f4d79571
fix(win-clean): simplify uninstaller prompt; remove Chinese UI ( #79 )
2026-02-13 19:16:12 +08:00
DigHuang
e87d4e8c8f
fix(win-clean): installer data-delete dialog logic ( #78 )
2026-02-13 18:45:45 +08:00
DigHuang
4e386ffc37
fix(win-clean): Chinese UI and normalize ClawX paths ( #76 )
2026-02-13 18:15:02 +08:00
DigHuang
5946deec05
feat(clean): NSIS uninstaller script and include it ( #74 )
2026-02-13 17:25:27 +08:00
arianachennn-design
748cd83c73
doc: readme with community QR code ( #67 )
2026-02-12 19:08:14 +08:00
Haze
563fcd2f24
chore(logo): fix release yml and chang logo ( #42 )
2026-02-11 11:32:26 +08:00
Haze
5eea27d196
fix(package): release yml lose bin file ( #14 )
2026-02-09 17:36:42 +08:00
Haze
86ddd843c4
fix: cleanup unnecessary files before code signing to reduce file count
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-09 16:28:42 +08:00
Haze
de445ae3d5
Chore/build npm ( #9 )
...
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com >
Co-authored-by: Felix <24791380+vcfgv@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-09 15:10:08 +08:00
Felix
fa6c23b82a
feature: channels and skills ( #2 )
...
Co-authored-by: paisley <8197966+su8su@users.noreply.github.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-06 18:26:06 +08:00
Haze
bad94e7e76
build(packaging): set up multi-platform packaging and CI/CD
...
- Add GitHub Actions workflows for CI and releases
- Create icon generation script and SVG source
- Configure electron-builder for macOS, Windows, Linux
- Add macOS entitlements for code signing
- Add Linux post-install/remove scripts
- Enhance package.json with publishing scripts
- Add artifact naming convention
2026-02-05 23:39:55 +08:00