diff options
Diffstat (limited to 'xorg-server')
-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
|