1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/buildscripts/docker
Anthony Bilinski 68ca7354be
fix(Windows): Add missed openal dll since CI refactor
Old windows/cross-compile/build.sh copied OPENAL_PREFIX_DIR/bin/*.dll to be
included, but the current Dockerfile.windows_builder copies libs one by one
and misses OpenAL. qTox fails to start on launch with due to missing
OpenAL32.dll on Windows because of this.

Add a special check for OpenAL, since the generic missing dll check doesn't
cover it.
2022-02-17 12:41:09 -08:00
..
Dockerfile.almalinux chore(CI): Replace CentOS 8 CI with AlmaLinux 2022-02-08 02:08:42 -08:00
Dockerfile.archlinux chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.debian chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.debian_old chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.fedora chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.flatpak_builder chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.opensuse chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.ubuntu_lts chore(CI): Use docker for CI scripts 2021-12-19 14:56:05 -08:00
Dockerfile.windows_builder fix(Windows): Add missed openal dll since CI refactor 2022-02-17 12:41:09 -08:00