mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,7 @@ alias sl=Solitaire
|
||||||
alias ue=UserspaceEmulator
|
alias ue=UserspaceEmulator
|
||||||
alias fe=FontEditor
|
alias fe=FontEditor
|
||||||
alias ss=Spreadsheet
|
alias ss=Spreadsheet
|
||||||
|
alias vp=VideoPlayer
|
||||||
|
|
||||||
alias ll='ls -l'
|
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…
Add table
Add a link
Reference in a new issue