We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b215500 commit a7c22e1Copy full SHA for a7c22e1
.github/workflows/e2e.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
source .venv/bin/activate
41
cd packaging/flatpak
42
+ flatpak remote-add --user --if-not-exists flathub
43
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=umu-repo --install umu-launcher org.openwinecomponents.umu.umu-launcher.yml
44
flatpak run --command=sh --devel org.openwinecomponents.umu.umu-launcher
45
GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" ""
0 commit comments