Skip to content

Commit

Permalink
Merge pull request #221 from Mershl/main
Browse files Browse the repository at this point in the history
packaging/flatpak: add flathub remote, fix placement of --env parameter in example calls
  • Loading branch information
GloriousEggroll authored Oct 12, 2024
2 parents 9b92909 + 0ae2abb commit 1969deb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packaging/flatpak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo apt install flatpak-builder

# Build + install (for testing):
```
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml
```

Expand All @@ -31,10 +32,10 @@ flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/um

# running a game using the latest GE-Proton:
```
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton /path/to/some/game.exe
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen --env=PROTONPATH=GE-Proton org.openwinecomponents.umu.umu-launcher /path/to/some/game.exe
```

# running a game using a specific proton version:
```
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton9-1 /path/to/some/game.exe
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen --env=PROTONPATH=GE-Proton9-1 org.openwinecomponents.umu.umu-launcher /path/to/some/game.exe
```

0 comments on commit 1969deb

Please sign in to comment.