Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Dec 25, 2024
1 parent eaaaa56 commit 13c4965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Prerequisites
run: |
sudo apt update && sudo apt install libfuse2 tree -y
wget -q "https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.3/appimage-builder-1.0.3-x86_64.AppImage" -O appimage-builder ; chmod +x appimage-builder ; ./appimage-builder --appimage-extract &>/dev/null
wget -q "https://github.com/AppImageCrafters/appimage-builder/releases/download/Continuous/appimage-builder-1.1.1.dev32+g2709a3b-x86_64.AppImage" -O appimage-builder ; chmod +x appimage-builder ; ./appimage-builder --appimage-extract &>/dev/null
mkdir -p /usr/share/icons/hicolor/scalable/ ; cp wine.svg /usr/share/icons/hicolor/scalable/
# devel
echo "WINE_VER=devel_8.21" >> $GITHUB_ENV
echo "WINE_VER=devel_9.22" >> $GITHUB_ENV
# wineasio
git clone --recursive https://github.com/mmtrt/wineasio.git --depth=1 -b main
Expand Down
3 changes: 2 additions & 1 deletion wine-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ AppDir:
# this is executed after the packages and files are added
- |
# Patch wrapper script
sed -i 's|wine-appimage|wine-appimage-devel-v8|' AppDir/wrapper
sed -i 's|wine-appimage|wine-appimage-devel-v9|' AppDir/wrapper
WINE_VER="9.22"
Expand Down Expand Up @@ -264,6 +264,7 @@ AppDir:
cp wineasio/docker/wineasio64.dll.so AppDir/opt/wine-devel/lib64/wine/x86_64-unix/wineasio64.so
runtime:
version: v3.0.0-devel-2
env:
LIBGL_DRIVERS_PATH: '${APPDIR}/usr/lib/i386-linux-gnu/dri:${APPDIR}/usr/lib/x86_64-linux-gnu/dri:${LIBGL_DRIVERS_PATH}'
APPDIR_LIBC_VERSION: 'x.xx'
Expand Down

0 comments on commit 13c4965

Please sign in to comment.