diff options
Diffstat (limited to 'xorg-server/installer/vcxsrv-64.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index 1b11e1677..d89f4af87 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -18,10 +18,10 @@ ;--------------------------------
; The name of the installer
-Name "VcXsrv"
+Name "VcXsrv - XP Compatible"
; The file to write
-OutFile "vcxsrv-64.1.15.2.0.installer.exe"
+OutFile "vcxsrv-xp-64.1.15.2.0.installer.exe"
; The default installation directory
InstallDir $programfiles64\VcXsrv
|