Display that we're installing

master
Daniel Berteaud 5 years ago
parent 85c753c441
commit 0132259865
  1. 2
      setup.py

@ -4,5 +4,5 @@ from setuphelpers import *
uninstallkey = []
def install():
print('Qemu Guest Agent')
print('Installing Qemu Guest Agent')
install_msi_if_needed('qemu-ga-x64.msi' if iswin64() else 'qemu-ga-x86.msi')

Loading…
Cancel
Save