mirror of
https://github.com/domcyrus/rustnet.git
synced 2025-12-30 18:39:52 -06:00
- 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
10 lines
235 B
Desktop File
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 |