@@ -7,39 +7,45 @@ flatpak --user install org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/23.08
7
7
8
8
# Build:
9
9
```
10
- flatpak-builder umu-launcher org.openwinecomponents.umu.launcher.yml
11
- flatpak-builder --repo=umu-repo --force-clean umu-launcher org.openwinecomponents.umu.launcher.yml
10
+ flatpak-builder umu-launcher org.openwinecomponents.umu.umu- launcher.yml
11
+ flatpak-builder --repo=umu-repo --force-clean umu-launcher org.openwinecomponents.umu.umu- launcher.yml
12
12
```
13
13
14
14
# Install:
15
15
```
16
16
flatpak --user remote-add --no-gpg-verify umu-repo umu-repo
17
- flatpak --user install umu-repo org.openwinecomponents.umu.launcher
17
+ flatpak --user install umu-repo org.openwinecomponents.umu.umu- launcher
18
18
```
19
19
20
20
# Build + install without repo (for testing):
21
21
```
22
- flatpak-builder umu-launcher org.openwinecomponents.umu.launcher.yml --install --user --force-clean
22
+ flatpak-builder umu-launcher org.openwinecomponents.umu.umu-launcher.yml --install --user --force-clean
23
+ ```
24
+
25
+ # Remove
26
+ ```
27
+ flatpak --user remove umu-launcher
28
+ flatpak --user remote-delete umu-repo
23
29
```
24
30
25
31
# Usage examples:
26
32
27
33
# winecfg:
28
34
```
29
- flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher winecfg
35
+ flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu- launcher winecfg
30
36
```
31
37
32
38
# running a game using the default latest UMU-Proton:
33
39
```
34
- flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher winecfg /path/to/some/game.exe
40
+ flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu- launcher winecfg /path/to/some/game.exe
35
41
```
36
42
37
43
# running a game using the latest GE-Proton:
38
44
```
39
- flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher --env=PROTONPATH=GE-Proton /path/to/some/game.exe
45
+ 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
40
46
```
41
47
42
48
# running a game using a specific proton version:
43
49
```
44
- flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher --env=PROTONPATH=GE-Proton9-1 /path/to/some/game.exe
50
+ 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
45
51
```
0 commit comments