From 40d05bcc99af437e7e11235cd411938046ae0f6a Mon Sep 17 00:00:00 2001 From: MemoryShore <1353318529@qq.com> Date: Tue, 1 Oct 2024 19:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dvnc=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98=20(#951)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/run-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-qemu.sh b/tools/run-qemu.sh index 1023901e..e21c9d8a 100644 --- a/tools/run-qemu.sh +++ b/tools/run-qemu.sh @@ -124,7 +124,7 @@ while true;do --display) case "$2" in vnc) - QEMU_ARGUMENT+=" -display vnc=:00" + QEMU_ARGUMENT+=" -display vnc=:00 " ;; window) ;;