Files
rustnet/resources/packaging/linux/rustnet.desktop
Marco Cadetg eca0e6000d feat: add cross-platform packaging and release automation
- Add GitHub Actions workflow for automated releases
- Create .deb, .rpm, AppImage, .dmg, and .msi packages
- Generate shell completions and manpages in build.rs
- Add platform-specific icons from rustnet3.svg
- Include eBPF dependencies for Linux packages
- Support Windows 32-bit and 64-bit builds
- Extract shared CLI module to prevent duplication
2025-09-29 11:56:55 +02:00

10 lines
235 B
Desktop File

[Desktop Entry]
Type=Application
Name=Rustnet
Comment=Real-Time network monitoring tool
Exec=rustnet
Icon=rustnet
Terminal=true
Categories=Network;Monitor;System;
Keywords=network;monitoring;packet;capture;terminal;
StartupNotify=false