Skip to content

Commit

Permalink
workflows: fix flatpak command
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent e88ce01 commit b4b07af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4b07af

Please sign in to comment.