mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
Base: Setup file associations for .tvg
This commit is contained in:
parent
ee09ecaf42
commit
7a0e3474d6
Notes:
sideshowbarker
2024-07-16 18:06:41 +09:00
Author: https://github.com/MacDue
Commit: 7a0e3474d6
Pull-request: https://github.com/SerenityOS/serenity/pull/19765
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/gmta ✅
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