diff options
author | marha <marha@users.sourceforge.net> | 2014-03-21 19:31:41 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-21 19:31:41 +0100 |
commit | ab3d257d88f67e169a314ad0fac851fc2fc6cb05 (patch) | |
tree | b1b0f856201d4a9ba1346cff2c5c91c61fa17449 /xorg-server/installer/vcxsrv.nsi | |
parent | 0c44f026377afe5c616a4fedc3fe8c905a786d8c (diff) | |
download | vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.tar.gz vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.tar.bz2 vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.zip |
Also install a default X0.hosts file
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index cd937b2dc..be8deafaf 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -78,6 +78,7 @@ Section "VcXsrv (required)" File "..\obj\servrelease\vcxsrv.exe"
File "..\dix\protocol.txt"
File "..\system.XWinrc"
+ File "..\X0.hosts"
File "..\..\xkbcomp\obj\release\xkbcomp.exe"
File "..\..\apps\xhost\obj\release\xhost.exe"
File "..\..\apps\xrdb\obj\release\xrdb.exe"
|