ASIO to JACK driver for WINE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
345B

  1. #!/bin/bash
  2. cd $(dirname $0)
  3. rm -f *.dll *.so
  4. set -e
  5. docker build -t wineasio .
  6. docker run -v $PWD:/mnt --rm --entrypoint \
  7. cp wineasio:latest \
  8. /wineasio/build32/wineasio32.dll \
  9. /wineasio/build32/wineasio32.dll.so \
  10. /wineasio/build64/wineasio64.dll \
  11. /wineasio/build64/wineasio64.dll.so \
  12. /mnt/