mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 13:38:43 +02:00
- Move 15 renderer-only dependencies to devDependencies since they are already bundled by Vite (197 → 37 runtime deps) - Pack app resources into asar archive with native addon unpacking - Strip unused Electron locale files, keeping only en-US - Remove non-essential Electron files (LICENSES.chromium.html, LICENSE) - Remove default_app.asar from Electron distribution - Strip .NET sidecar localization satellite assemblies (en only) Release artifact shrinks from 607 MB / 10,525 files to 478 MB / 235 files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>