diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-03-03 11:00:50 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-03 11:47:18 +0100 |
commit | ae2591657d4e8c1f89d72bad42d04737436108fa (patch) | |
tree | 029666158ad78a82f4cc02ddc91476c889bbf6cd /Meta | |
parent | 0b91a46a0c952b7305d04561053dde99dc07f681 (diff) | |
download | serenity-ae2591657d4e8c1f89d72bad42d04737436108fa.zip |
Meta: Add "SerenityOS" to the QEMU window title
Just a small quality of life improvement :^)
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 1bd1570eea..0e3e03b868 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -259,6 +259,7 @@ fi $SERENITY_EXTRA_QEMU_ARGS $SERENITY_MACHINE -cpu $SERENITY_QEMU_CPU +-name SerenityOS -d guest_errors -usb $SERENITY_SPICE_SERVER_CHARDEV |