mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +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
|
||||
webp=/bin/ImageViewer
|
||||
tga=/bin/ImageViewer
|
||||
tvg=/bin/ImageViewer
|
||||
ico=/bin/ImageViewer
|
||||
html=/bin/Browser
|
||||
wav=/bin/SoundPlayer
|
||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
|||
Category=Graphics
|
||||
|
||||
[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