summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-01-15 15:08:18 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-01-24 17:35:04 +0100
commita10121e9c5c9a4a1db76f3769398d199f228d7b2 (patch)
tree9ddfd672a32a27adf93457a2c825ec1347f7b159
parentdc7fe2851a690dad7658261e3c4ebd2e5c7bc1fc (diff)
downloadmullvadvpn-a10121e9c5c9a4a1db76f3769398d199f228d7b2.tar.xz
mullvadvpn-a10121e9c5c9a4a1db76f3769398d199f228d7b2.zip
Update build instructions for Windows ARM
-rw-r--r--BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index cc11d9289b..d06076ab64 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -154,7 +154,7 @@ In addition to the above requirements:
the Electron app:
```
- pushd gui
+ pushd desktop/packages/mullvad-vpn
npm install --target_arch=x64 grpc-tools
popd
```