Skip to content

Commit

Permalink
include wineboot
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 26, 2024
1 parent 75e2d17 commit 7b56122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if [[ "$INPUT_INSTALL_WINE" != 'false' ]]; then

# wine pollutes the log with "wine: Read access denied for device" if z is linked to /
if [[ "$INPUT_WINE_FIX_READ_ACCESS_DENIED" != 'false' ]]; then
WINEDEBUG=-all wineboot
z="$(readlink -f ~/.wine/dosdevices/z:)"
if [[ "$z" == "/" ]]; then
rm -f ~/.wine/dosdevices/z:
Expand Down

0 comments on commit 7b56122

Please sign in to comment.