diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index bc307b8f..e93c4e37 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -38,4 +38,6 @@ jobs: git config --global protocol.file.allow always flatpak remote-add --user --if-not-exists flathub https://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 - flatpak -v run --command=sh --devel --filesystem=$(pwd) org.openwinecomponents.umu.umu-launcher && GAMEID=umu-0 UMU_LOG=1 "$HOME/.local/bin/umu-run" wineboot -u + mkdir -p "$HOME"/.var/app/org.openwinecomponents.umu.umu-launcher + cp -a "$HOME"/.local/bin/umu-run "$HOME"/.var/app/org.openwinecomponents.umu.umu-launcher + GAMEID=umu-0 UMU_LOG=1 flatpak -v run --command='umu-run wineboot -u' --devel --filesystem=$(pwd) org.openwinecomponents.umu.umu-launcher