Merge pull request #291 from turrrbina/main

Added 'export VCPKG_ROOT' to update part
This commit is contained in:
Protogen187
2026-04-24 22:39:49 +02:00
committed by GitHub
+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
```