浏览代码

wni: Add qrexec-client path to WNI settings

Marek Marczykowski-Górecki 10 年之前
父节点
当前提交
803e128b8e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      core/settings-wni-Windows_NT.py

+ 2 - 0
core/settings-wni-Windows_NT.py

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