Base: Add .ico file association to Image Viewer and Pixel Paint

This commit is contained in:
Karol Kosek 2023-01-25 23:22:09 +01:00 committed by Andrew Kaster
parent e7cc426e05
commit a85c18d3c4
3 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ jpg=/bin/ImageViewer
jpeg=/bin/ImageViewer
qoi=/bin/ImageViewer
tga=/bin/ImageViewer
ico=/bin/ImageViewer
html=/bin/Browser
wav=/bin/SoundPlayer
flac=/bin/SoundPlayer

View file

@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
Category=Graphics
[Launcher]
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,ico

View file

@ -4,4 +4,4 @@ Executable=/bin/PixelPaint
Category=Graphics
[Launcher]
FileTypes=pp,bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi
FileTypes=pp,bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,ico