mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-27 15:08:39 +02:00
Replace zip/tar archive distribution with platform-native installers: - Windows: NSIS installer (.exe) with per-user install to %LOCALAPPDATA%\Programs\Aryx, Start Menu and Desktop shortcuts, Add/Remove Programs registration, and silent install support - macOS: DMG disk image (.dmg) with drag-to-Applications experience via create-dmg - Linux: Debian package (.deb) with /opt/aryx installation, /usr/bin/aryx symlink, desktop entry, hicolor icons, and libsecret-1-0 dependency declaration Add scripts/create-installer.ts as the platform-dispatching entry point. Update CI workflow to produce native installers instead of archives. Add installerAssetName to ReleaseTarget interface. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
10 lines
187 B
Desktop File
10 lines
187 B
Desktop File
[Desktop Entry]
|
|
Name=Aryx
|
|
Comment=Copilot-powered agent workflow orchestrator
|
|
Exec=/opt/aryx/Aryx %U
|
|
Icon=aryx
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Development;
|
|
StartupWMClass=Aryx
|