add custom desktop file
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
AnActualEmerald 2022-09-17 12:09:10 -04:00
parent 7e991bd5e6
commit e08e508eda
Signed by: emerald
GPG Key ID: CC76D6B296CAC8B0
5 changed files with 16 additions and 3 deletions

View File

@ -2,8 +2,9 @@
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/cathode">
<comment>ray file</comment>
<icon name="application-cathode"/>
<glob-deleteall/>
<sub-class-of type="application/zip" />
<icon name="application-cathode" />
<acronym>RAY</acronym>
<glob pattern="*.ray"/>
</mime-type>
</mime-info>

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Icon=cathode-tube
Name=Cathode
Exec=cathode-tube %U
Terminal=false
Hidden=false
Categories=Graphics; Video
Comment=Small app for PNG-tubing
MimeType=application/cathode

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -35,7 +35,9 @@
"copyright": "",
"deb": {
"files" : {
"/usr/share/mime/packages/application-cathode.xml": "application-cathode.xml"
"/usr/share/applications/cathode-tube.desktop": "cathode-tube.desktop",
"/usr/share/mime/packages/application-cathode.xml": "application-cathode.xml",
"/usr/share/icons/hicolor/256x256/mimetypes/aplication-cathode.png": "icons/application-cathode-256.png"
},
"depends": []
},