wni: set path to qrexec-daemon

This commit is contained in:
Marek Marczykowski-Górecki 2013-09-26 22:40:57 +02:00
parent 4bd14f5011
commit 06189b4a5b

View File

@ -12,6 +12,8 @@ def apply(system_path, vm_files, defaults):
'c:/program files/Invisible Things Lab/Qubes/icons'
system_path['qubesdb_daemon_path'] = \
'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'
# Specific to WNI - normally VM have this file
system_path['qrexec_agent_path'] = \
'c:/program files/Invisible Things Lab/Qubes/bin/qrexec-agent.exe'