mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
Games: Added solitaire to build-root-filesystem.sh
This commit is contained in:
parent
fe5cc7ce68
commit
ac3c19b91c
Notes:
sideshowbarker
2024-07-19 08:48:36 +09:00
Author: https://github.com/tlmrgvf Commit: https://github.com/SerenityOS/serenity/commit/ac3c19b91cd Pull-request: https://github.com/SerenityOS/serenity/pull/1390 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/bugaevc
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,7 @@ cp ../Applications/DisplayProperties/DisplayProperties mnt/bin/DisplayProperties
|
|||
cp ../Applications/Welcome/Welcome mnt/bin/Welcome
|
||||
cp ../Applications/Help/Help mnt/bin/Help
|
||||
cp ../Applications/Browser/Browser mnt/bin/Browser
|
||||
cp ../Games/Solitaire/Solitaire mnt/bin/Solitaire
|
||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||
cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
|
||||
cp ../Demos/Fire/Fire mnt/bin/Fire
|
||||
|
@ -196,6 +197,7 @@ ln -s HackStudio mnt/bin/hs
|
|||
ln -s SystemMonitor mnt/bin/sm
|
||||
ln -s ProfileViewer mnt/bin/pv
|
||||
ln -s WebServer mnt/bin/ws
|
||||
ln -s Solitaire mnt/bin/sl
|
||||
echo "done"
|
||||
|
||||
mkdir -p mnt/boot/
|
||||
|
|
Loading…
Add table
Reference in a new issue