diff options
author | marha <marha@users.sourceforge.net> | 2009-08-09 20:34:45 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-09 20:34:45 +0000 |
commit | 780422359abddc5dada6373eee4b307c5cc7b998 (patch) | |
tree | 73fec901889bd034e6f4089b26505521cb0fa5c1 /xorg-server/installer/vcxsrv.nsi | |
parent | a5791878ca9158f776e6fccbf925bb7aa8aec8f2 (diff) | |
download | vcxsrv-780422359abddc5dada6373eee4b307c5cc7b998.tar.gz vcxsrv-780422359abddc5dada6373eee4b307c5cc7b998.tar.bz2 vcxsrv-780422359abddc5dada6373eee4b307c5cc7b998.zip |
Solved error in installation script
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 625701966..15e5f8e98 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -62,7 +62,7 @@ Section "VcXsrv (required)" File "..\..\xkbcomp\obj\release\xkbcomp.exe"
File "..\xkeysymdb"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
- File "..\..\tools\plink\obj\release\plink.exe""
+ File "..\..\tools\plink\obj\release\plink.exe"
SetOutPath $INSTDIR\fonts
File /r "..\fonts\*.*"
SetOutPath $INSTDIR\xkbdata
|