diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-29 13:06:46 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-29 13:06:46 +0000 |
commit | 5dd2ccf0878b4d9939999cd7904e2361522c73d9 (patch) | |
tree | 0dd4e58c857c63e2f0e0b250ed66028effb35fc9 /notepadpp/debian/notepadpp.desktop | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | Add notepad++ as notepadpp (diff) | |
download | stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.tar.gz stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.tar.bz2 stackrpms-5dd2ccf0878b4d9939999cd7904e2361522c73d9.zip |
Merge branch 'notepadpp-bump' into 'master'
Add notepad++ as notepadpp
See merge request bgstack15/stackrpms!112
Diffstat (limited to 'notepadpp/debian/notepadpp.desktop')
-rw-r--r-- | notepadpp/debian/notepadpp.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/notepadpp/debian/notepadpp.desktop b/notepadpp/debian/notepadpp.desktop new file mode 100644 index 0000000..fc40542 --- /dev/null +++ b/notepadpp/debian/notepadpp.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Categories=TextEditor;Development; +Comment=Edit your source files +Exec=/usr/bin/notepadpp %F +GenericName=Text Editor +Icon=notepadpp +Keywords=TextEditor; +MimeType=text/plain; +Name=Notepadpp +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 |