Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Dec 26, 2024
1 parent e22e930 commit 2f0a3c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wine-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ AppDir:
# wget -q "$GECKO_URL_x86" -O AppDir/winedata/${GECKO}-x86.msi
# wget -q "$GECKO_URL_x86_64" -O AppDir/winedata/${GECKO}-x86_64.msi
# add wineaiso
cp wineasio/docker/wineasio32.dll AppDir/opt/wine-devel/lib/wine/i386-windows/
cp wineasio/docker/wineasio64.dll AppDir/opt/wine-devel/lib/wine/x86_64-windows/
cp wineasio/docker/wineasio32.dll.so AppDir/opt/wine-devel/lib/wine/i386-unix/wineasio32.so
cp wineasio/docker/wineasio64.dll.so AppDir/opt/wine-devel/lib/wine/x86_64-unix/wineasio64.so
after_runtime:
# this is executed after the runtime is added
- |
Expand Down

0 comments on commit 2f0a3c3

Please sign in to comment.