mirror of https://gitlab.com/cppit/jucipp
1 changed files with 3 additions and 2 deletions
@ -1,9 +1,10 @@ |
|||||||
[Desktop Entry] |
[Desktop Entry] |
||||||
|
Version=1.0 |
||||||
Name=juCi++ |
Name=juCi++ |
||||||
Comment=A lightweight IDE |
Comment=A lightweight IDE |
||||||
Exec=juci %F |
Exec=/usr/local/bin/juci %F |
||||||
Terminal=false |
Terminal=false |
||||||
Type=Application |
Type=Application |
||||||
StartupNotify=true |
StartupNotify=true |
||||||
MimeType=text/plain; |
MimeType=text/plain;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-c;text/x-c++; |
||||||
Categories=Utility;Development;TextEditor; |
Categories=Utility;Development;TextEditor; |
||||||
|
|||||||
Loading…
Reference in new issue