launchers/windows10 : ajout commentaire avant exec

This commit is contained in:
Ahurac 2024-03-12 11:59:23 +01:00
parent c91efe740f
commit b1f544a190

View file

@ -13,5 +13,7 @@ set -- spice \
-usbdevice tablet \
-device intel-hda -device hda-duplex,audiodev=snd0 \
"$@"
# Execute the machine
set -x
exec "$@"