diff options
Diffstat (limited to 'xorg-server/installer/vcxsrv-debug.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-debug.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/installer/vcxsrv-debug.nsi b/xorg-server/installer/vcxsrv-debug.nsi index 654e0239f..edde82641 100644 --- a/xorg-server/installer/vcxsrv-debug.nsi +++ b/xorg-server/installer/vcxsrv-debug.nsi @@ -21,12 +21,12 @@ Name "VcXsrv"
; The file to write
-OutFile "vcxsrv-debug.1.14.2.0.installer.exe"
+OutFile "vcxsrv-debug.1.14.2.1.installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES32\VcXsrv
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM SOFTWARE\VcXsrv "Install_Dir"
|