Skip to content

Commit

Permalink
Flatpak Wayland support implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
GleammerRay committed Apr 20, 2024
1 parent de20944 commit bdc9b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flatpak/io.github.gleammerray.WineSteam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ separate-locales: false
finish-args:
- '--share=ipc'
- '--share=network'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--socket=x11'
- '--socket=pulseaudio'
- '--socket=session-bus'
- '--socket=system-bus'
Expand Down
2 changes: 1 addition & 1 deletion read_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "x$WINESTEAM_DATA" = "x" ]; then
fi

export WINESTEAM_PKGS="$WINESTEAM_DATA/packages"
echo "export WINESTEAM_VERSION=\"v0.3.1\""
echo "export WINESTEAM_VERSION=\"v0.3.2\""
echo "export WINEARCH=win64"
echo "export WINESTEAM_CFG=\"$WINESTEAM_CFG\""
echo "export WINESTEAM_BIN=\"$PWD\""
Expand Down

0 comments on commit bdc9b47

Please sign in to comment.