mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Applications: Add a new Help app
This is a neat simple app that can display the Serenity manual ^)
This commit is contained in:
parent
6ec625d6f3
commit
02ee8cbbe2
12 changed files with 349 additions and 1 deletions
|
@ -88,6 +88,7 @@ cp ../Applications/Calculator/Calculator mnt/bin/Calculator
|
|||
cp ../Applications/SoundPlayer/SoundPlayer mnt/bin/SoundPlayer
|
||||
cp ../Applications/DisplayProperties/DisplayProperties mnt/bin/DisplayProperties
|
||||
cp ../Applications/Welcome/Welcome mnt/bin/Welcome
|
||||
cp ../Applications/Help/Help mnt/bin/Help
|
||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||
cp ../Demos/HelloWorld2/HelloWorld2 mnt/bin/HelloWorld2
|
||||
cp ../Demos/RetroFetch/RetroFetch mnt/bin/RetroFetch
|
||||
|
@ -127,6 +128,7 @@ ln -s ChanViewer mnt/bin/cv
|
|||
ln -s Calculator mnt/bin/calc
|
||||
ln -s Inspector mnt/bin/ins
|
||||
ln -s SoundPlayer mnt/bin/sp
|
||||
ln -s Help mnt/bin/help
|
||||
echo "done"
|
||||
|
||||
mkdir -p mnt/boot/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue