Added 'export VCPKG_ROOT' to update part

I didnt think of this, the exports are gone after an initial build and the user runs into problems when updating.
I didnt put in the "export PATH=$VCPKG_ROOT:$PATH" because imho its not necessary
This commit is contained in:
turrrbina
2026-04-24 21:50:44 +02:00
committed by GitHub
parent ced84e75c6
commit 422d4f8658
+1
View File
@@ -143,6 +143,7 @@ Note that this assumes you put the launcher's binary you compiled earlier into `
If you already built the launcher and want to update it:
```bash
export VCPKG_ROOT="$(pwd)/vcpkg"
cd BeamMP-Launcher
git fetch --tags
```