Skip to content

Commit

Permalink
fix winetricks verb installs
Browse files Browse the repository at this point in the history
add WINE and WINESERVER env needed for winetricks
  • Loading branch information
mmtrt committed Jan 21, 2024
1 parent 5148499 commit 51d9fb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wrapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# WINE env
export WINEPREFIX=${WINEPREFIX:-"$HOME/.wine-appimage"}
export WINE=${WINESEVER:-"$APPDIR/usr/bin/wine"}
export WINEDEBUG=${WINEDEBUG:-"fixme-all"}
export WINEPREFIX=${WINEPREFIX:-"$HOME/.wine-appimage"}
export WINESERVER=${WINESEVER:-"$APPDIR/usr/bin/wineserver"}

# DXVK env
export DXVK_HUD=${DXVK_HUD:-"0"}
Expand Down

0 comments on commit 51d9fb4

Please sign in to comment.