changes from O1LER to launcher's path

Co-authored-by: O1LER <44237025+O1LER@users.noreply.github.com>
This commit is contained in:
rglx 2025-02-15 17:57:09 -05:00 committed by O1LER
parent 88121801e3
commit b510d9c867

View File

@ -75,7 +75,7 @@ This can be done for example by creating a symlink
With the symlink in place between the userfolders and the launcher compiled, you can have Steam run the game via Proton, while also automatically executing the launcher with the following replacement for your launch options for the vanilla game, found in the game's Properties window in its entry in Steam:
- `/home/user/BeamMP/BeamMP-Launcher --no-launch & %command% ; killall BeamMP-Launcher`
- `~/BeamMP/BeamMP-Launcher --no-launch & %command% ; killall BeamMP-Launcher`
Note that this assumes you put the launcher's binary you compiled earlier into `/home/user/BeamMP/`, so change it to match where you put the finished binary, and you will need to re-compile the launcher with the correct git branch each time a launcher update is released.