mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 11:15:10 +00:00
Move VisualBuilder into a new DevTools directory.
This commit is contained in:
parent
6b40b081b2
commit
3ae9fc5d88
18 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ $make_cmd -C ../Applications/Taskbar clean && \
|
||||||
$make_cmd -C ../Applications/Taskbar && \
|
$make_cmd -C ../Applications/Taskbar && \
|
||||||
$make_cmd -C ../Applications/Downloader clean && \
|
$make_cmd -C ../Applications/Downloader clean && \
|
||||||
$make_cmd -C ../Applications/Downloader && \
|
$make_cmd -C ../Applications/Downloader && \
|
||||||
$make_cmd -C ../Applications/VisualBuilder clean && \
|
$make_cmd -C ../DevTools/VisualBuilder clean && \
|
||||||
$make_cmd -C ../Applications/VisualBuilder && \
|
$make_cmd -C ../DevTools/VisualBuilder && \
|
||||||
$make_cmd -C ../Games/Minesweeper clean && \
|
$make_cmd -C ../Games/Minesweeper clean && \
|
||||||
$make_cmd -C ../Games/Minesweeper && \
|
$make_cmd -C ../Games/Minesweeper && \
|
||||||
$make_cmd -C ../Games/Snake clean && \
|
$make_cmd -C ../Games/Snake clean && \
|
||||||
|
|
|
@ -69,7 +69,7 @@ cp -v ../Applications/Taskbar/Taskbar mnt/bin/Taskbar
|
||||||
ln -s Taskbar mnt/bin/tb
|
ln -s Taskbar mnt/bin/tb
|
||||||
cp -v ../Applications/Downloader/Downloader mnt/bin/Downloader
|
cp -v ../Applications/Downloader/Downloader mnt/bin/Downloader
|
||||||
ln -s Downloader mnt/bin/dl
|
ln -s Downloader mnt/bin/dl
|
||||||
cp -v ../Applications/VisualBuilder/VisualBuilder mnt/bin/VisualBuilder
|
cp -v ../DevTools/VisualBuilder/VisualBuilder mnt/bin/VisualBuilder
|
||||||
ln -s VisualBuilder mnt/bin/vb
|
ln -s VisualBuilder mnt/bin/vb
|
||||||
cp -v ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper
|
cp -v ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper
|
||||||
ln -s Minesweeper mnt/bin/ms
|
ln -s Minesweeper mnt/bin/ms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue