diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-12-03 14:53:57 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-12-03 16:42:26 +0100 |
| commit | 32b3ac898819ac5730cd79da911ef4a0f668f60e (patch) | |
| tree | 2a11ff73245ab1d93a67d5e3945437151f16c34d | |
| parent | 62550b67880da2ffdca33d6dd35c1caeada51b75 (diff) | |
| download | mullvadvpn-32b3ac898819ac5730cd79da911ef4a0f668f60e.tar.xz mullvadvpn-32b3ac898819ac5730cd79da911ef4a0f668f60e.zip | |
Update to correct PATH for MSBuild.exe
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ The host has to have the following installed: - `msbuild.exe` available in `%PATH%`. If you installed Visual Studio Community edition, the binary can be found under: ``` - C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\<VERSION>\Bin\amd64 + C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\amd64 ``` - `bash` installed as well as a few base unix utilities, including `sed` and `tail`. |
