mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +00:00
HexEditor: Initial application release
The very first release of the Hex Editor for Serenity.
This commit is contained in:
parent
efc2fc6888
commit
48ef1d1bd1
10 changed files with 828 additions and 0 deletions
|
@ -79,6 +79,7 @@ cp ../Applications/SystemMonitor/SystemMonitor mnt/bin/SystemMonitor
|
|||
cp ../Applications/Taskbar/Taskbar mnt/bin/Taskbar
|
||||
cp ../Applications/Terminal/Terminal mnt/bin/Terminal
|
||||
cp ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
|
||||
cp ../Applications/HexEditor/HexEditor mnt/bin/HexEditor
|
||||
cp ../Applications/PaintBrush/PaintBrush mnt/bin/PaintBrush
|
||||
cp ../Applications/QuickShow/QuickShow mnt/bin/QuickShow
|
||||
cp ../Applications/Piano/Piano mnt/bin/Piano
|
||||
|
@ -121,6 +122,7 @@ ln -s Taskbar mnt/bin/tb
|
|||
ln -s VisualBuilder mnt/bin/vb
|
||||
ln -s WidgetGallery mnt/bin/wg
|
||||
ln -s TextEditor mnt/bin/te
|
||||
ln -s HexEditor mnt/bin/he
|
||||
ln -s PaintBrush mnt/bin/pb
|
||||
ln -s QuickShow mnt/bin/qs
|
||||
ln -s Piano mnt/bin/pi
|
||||
|
|
|
@ -57,6 +57,7 @@ build_targets="$build_targets ../Applications/SystemMonitor"
|
|||
build_targets="$build_targets ../Applications/Taskbar"
|
||||
build_targets="$build_targets ../Applications/Terminal"
|
||||
build_targets="$build_targets ../Applications/TextEditor"
|
||||
build_targets="$build_targets ../Applications/HexEditor"
|
||||
build_targets="$build_targets ../Applications/SoundPlayer"
|
||||
build_targets="$build_targets ../Applications/Welcome"
|
||||
build_targets="$build_targets ../Applications/Help"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue