wni: Add qrexec-client path to WNI settings

This commit is contained in:
Marek Marczykowski-Górecki 2013-10-03 23:36:52 +02:00
parent 071a01d29e
commit 803e128b8e

View File

@ -14,6 +14,8 @@ def apply(system_path, vm_files, defaults):
'c:/program files/Invisible Things Lab/Qubes/bin/qubesdb-daemon.exe'
system_path['qrexec_daemon_path'] = \
'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-daemon.exe'
system_path['qrexec_client_path'] = \
'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-client.exe'
# Specific to WNI - normally VM have this file
system_path['qrexec_agent_path'] = \
'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-agent.exe'