mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
Base: Setup file associations for .tvg
This commit is contained in:
parent
ee09ecaf42
commit
7a0e3474d6
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ jpeg=/bin/ImageViewer
|
||||||
qoi=/bin/ImageViewer
|
qoi=/bin/ImageViewer
|
||||||
webp=/bin/ImageViewer
|
webp=/bin/ImageViewer
|
||||||
tga=/bin/ImageViewer
|
tga=/bin/ImageViewer
|
||||||
|
tvg=/bin/ImageViewer
|
||||||
ico=/bin/ImageViewer
|
ico=/bin/ImageViewer
|
||||||
html=/bin/Browser
|
html=/bin/Browser
|
||||||
wav=/bin/SoundPlayer
|
wav=/bin/SoundPlayer
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,ico
|
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,tvg,ico
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue