소스 검색

wni: set path to qrexec-daemon

Marek Marczykowski-Górecki 10 년 전
부모
커밋
06189b4a5b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      core/settings-wni-Windows_NT.py

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

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