diff options
author | marha <marha@users.sourceforge.net> | 2012-01-23 16:59:29 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-23 16:59:29 +0100 |
commit | 780fcf7fcf5701c79568c95f32823cfa8e564665 (patch) | |
tree | e2f26cf384e44407829f2a66e30980280b9dffaf /xorg-server/installer/vcxsrv.nsi | |
parent | 49b6a2cc5d8cb1557b1991163385b9a8198ac99e (diff) | |
download | vcxsrv-780fcf7fcf5701c79568c95f32823cfa8e564665.tar.gz vcxsrv-780fcf7fcf5701c79568c95f32823cfa8e564665.tar.bz2 vcxsrv-780fcf7fcf5701c79568c95f32823cfa8e564665.zip |
Also add xhost in package
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 168ffbe10..74a551dd0 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -77,6 +77,7 @@ Section "VcXsrv (required)" File "..\protocol.txt"
File "..\system.XWinrc"
File "..\..\xkbcomp\obj\release\xkbcomp.exe"
+ File "..\..\apps\xhost\obj\release\xhost.exe"
File "..\..\apps\xcalc\obj\release\xcalc.exe"
File "..\xcalc"
File "..\xcalc-color"
|