Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umu: temporary overrides for backwards compatibility with existing um…
…u installations To be able to test this scout/soldier runtimes need to be copied from a Steam installation ```sh cp ~/.local/share/Steam/steamapps/common/SteamLinuxRuntime ~/.local/share/umu/scout -r cp ~/.local/share/Steam/ubuntu12_32/steam-runtime ~/.local/share/umu/scout/ -r cp ~/.local/share/Steam/ubuntu12_32/steam-runtime.tar.xz.checksum ~/.local/share/umu/scout/ -r cp ~/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier/ ~/.local/share/umu/soldier -r ``` To run an application with `scout-on-soldier` ```sh UMU_LOG=1 GAMEID=0 WINEPREFIX=~/Wine/umu/ PROTONPATH=scout umu-run <app> ```
- Loading branch information