mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Base: Add appropriate entries for VideoPlayer
VideoPlayer will now show up in the Media category, and `vp` is now an alias for it.
This commit is contained in:
parent
ce75a04908
commit
fb71df5cb1
Notes:
sideshowbarker
2024-07-17 07:14:09 +09:00
Author: https://github.com/sl1m3yy Commit: https://github.com/SerenityOS/serenity/commit/fb71df5cb1 Pull-request: https://github.com/SerenityOS/serenity/pull/15959 Reviewed-by: https://github.com/gunnarbeutner
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,7 @@ alias sl=Solitaire
|
|||
alias ue=UserspaceEmulator
|
||||
alias fe=FontEditor
|
||||
alias ss=Spreadsheet
|
||||
alias vp=VideoPlayer
|
||||
|
||||
alias ll='ls -l'
|
||||
|
||||
|
|
7
Base/res/apps/VideoPlayer.af
Normal file
7
Base/res/apps/VideoPlayer.af
Normal file
|
@ -0,0 +1,7 @@
|
|||
[App]
|
||||
Name=Video Player
|
||||
Executable=/bin/VideoPlayer
|
||||
Category=Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=webm
|
Loading…
Reference in a new issue