mirror of
https://github.com/arcan1s/reportabug.git
synced 2025-04-24 23:37:19 +00:00
11 lines
251 B
Desktop File
11 lines
251 B
Desktop File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Name=Report a bug
|
|
Comment=A simple Qt application which allows users to create an issue for GitHub projects
|
|
Exec=reportabug
|
|
Icon=tools-report-bug
|
|
Terminal=false
|
|
Encoding=UTF-8
|
|
Type=Application
|
|
Categories=system
|