mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Games: Added solitaire to build-root-filesystem.sh
This commit is contained in:
parent
fe5cc7ce68
commit
ac3c19b91c
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/Welcome/Welcome mnt/bin/Welcome
|
||||||
cp ../Applications/Help/Help mnt/bin/Help
|
cp ../Applications/Help/Help mnt/bin/Help
|
||||||
cp ../Applications/Browser/Browser mnt/bin/Browser
|
cp ../Applications/Browser/Browser mnt/bin/Browser
|
||||||
|
cp ../Games/Solitaire/Solitaire mnt/bin/Solitaire
|
||||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||||
cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
|
cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
|
||||||
cp ../Demos/Fire/Fire mnt/bin/Fire
|
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 SystemMonitor mnt/bin/sm
|
||||||
ln -s ProfileViewer mnt/bin/pv
|
ln -s ProfileViewer mnt/bin/pv
|
||||||
ln -s WebServer mnt/bin/ws
|
ln -s WebServer mnt/bin/ws
|
||||||
|
ln -s Solitaire mnt/bin/sl
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
||||||
mkdir -p mnt/boot/
|
mkdir -p mnt/boot/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue