1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Mayaqua/Microsoft.h: rename "driver_installer.exe" to "vpndrvinst.exe"

vpndrvinst is the name of the target and thus the default output name, let's use it.

`vpndrvinst.exe" also sounds less fishy than "driver_installer.exe"...
This commit is contained in:
Davide Beatrici 2020-07-27 06:42:38 +02:00
parent 6a472d827a
commit 78dad1d568

View File

@ -133,8 +133,8 @@ typedef void *HWND;
// Vista driver installer related
#define VISTA_DRIVER_INSTALLER_SRC L"|driver_installer.exe"
#define VISTA_DRIVER_INSTALLER_DST L"%s\\driver_installer.exe"
#define VISTA_DRIVER_INSTALLER_SRC L"|vpndrvinst.exe"
#define VISTA_DRIVER_INSTALLER_DST L"%s\\vpndrvinst.exe"
#define DRIVER_DEVICE_ID_TAG "NeoAdapter_%s"