Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Feb 26, 2024
1 parent 2800404 commit 055c2bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion wine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ AppDir:
# this is executed after the packages and files are added
- |
# Patch wrapper script
sed -i 's|wine-appimage|wine-appimage-devel|' AppDir/wrapper
sed -i 's|wine-appimage|wine-appimage-test6|' AppDir/wrapper
WINE_VER="$(wget -qO- https://github.com/mmtrt/Wine-Builds/releases/expanded_assets/stable | grep -Eo '/wine-[0-9].*xz"' | cut -d'-' -f2 | head -1)"
wget -q "https://github.com/mmtrt/Wine-Builds/releases/download/stable/wine-${WINE_VER}-amd64.tar.xz"
Expand Down Expand Up @@ -148,6 +148,8 @@ AppDir:
runtime:
version: v3.0.0-devel-2
env:
APPDIR_LIBC_VERSION: '2.39'
path_mappings:
- /opt/wine-stable:$APPDIR/opt/wine-stable

Expand Down
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="$APPDIR/usr/bin/wine"
export WINEDEBUG=${WINEDEBUG:-"fixme-all"}
export WINEPREFIX=${WINEPREFIX:-"$HOME/.wine-appimage"}
export WINESERVER="$APPDIR/usr/bin/wineserver"

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

0 comments on commit 055c2bc

Please sign in to comment.