launchers/windows10 : ajout commentaire avant exec
This commit is contained in:
parent
c91efe740f
commit
b1f544a190
1 changed files with 2 additions and 0 deletions
|
@ -13,5 +13,7 @@ set -- spice \
|
||||||
-usbdevice tablet \
|
-usbdevice tablet \
|
||||||
-device intel-hda -device hda-duplex,audiodev=snd0 \
|
-device intel-hda -device hda-duplex,audiodev=snd0 \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
|
# Execute the machine
|
||||||
set -x
|
set -x
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Reference in a new issue