summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--github-desktop.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/github-desktop.install b/github-desktop.install
index a193d6b0a862..acd2002a9871 100644
--- a/github-desktop.install
+++ b/github-desktop.install
@@ -7,6 +7,7 @@ post_install() {
sudo echo "Exec="/usr/bin/github-desktop" %U" >> /usr/share/applications/desktop.desktop
sudo echo "Terminal=false" >> /usr/share/applications/desktop.desktop
sudo echo "Type=Application" >> /usr/share/applications/desktop.desktop
+ sudo echo "Categories=Development;" >> /usr/share/applications/desktop.desktop
sudo echo "Icon=github" >> /usr/share/applications/desktop.desktop
}