mirror of https://gitlab.com/cppit/jucipp
1 changed files with 3 additions and 2 deletions
@ -1,9 +1,10 @@
|
||||
[Desktop Entry] |
||||
Version=1.0 |
||||
Name=juCi++ |
||||
Comment=A lightweight IDE |
||||
Exec=juci %F |
||||
Exec=/usr/local/bin/juci %F |
||||
Terminal=false |
||||
Type=Application |
||||
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; |
||||
|
||||
Loading…
Reference in new issue