Display that we're installing

This commit is contained in:
Daniel Berteaud 2018-12-08 11:29:35 +01:00
parent 85c753c441
commit 0132259865
1 changed files with 1 additions and 1 deletions

View File

@ -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')