Skip to content

Commit

Permalink
Move VisualBuilder into a new DevTools directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 8, 2019
1 parent 6b40b08 commit 3ae9fc5
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Kernel/makeall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $make_cmd -C ../Applications/Taskbar clean && \
$make_cmd -C ../Applications/Taskbar && \
$make_cmd -C ../Applications/Downloader clean && \
$make_cmd -C ../Applications/Downloader && \
$make_cmd -C ../Applications/VisualBuilder clean && \
$make_cmd -C ../Applications/VisualBuilder && \
$make_cmd -C ../DevTools/VisualBuilder clean && \
$make_cmd -C ../DevTools/VisualBuilder && \
$make_cmd -C ../Games/Minesweeper clean && \
$make_cmd -C ../Games/Minesweeper && \
$make_cmd -C ../Games/Snake clean && \
Expand Down
2 changes: 1 addition & 1 deletion Kernel/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cp -v ../Applications/Taskbar/Taskbar mnt/bin/Taskbar
ln -s Taskbar mnt/bin/tb
cp -v ../Applications/Downloader/Downloader mnt/bin/Downloader
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
cp -v ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper
ln -s Minesweeper mnt/bin/ms
Expand Down

0 comments on commit 3ae9fc5

Please sign in to comment.