sdl_mixer: try to open from common path

Copy sounfont to known path for macOS and Windows CI builds (in Linux,
this is already handled with a environment var SDL_SOUNDFONTS). And also
use that location if there is any soundfont.
This commit is contained in:
Martin Pulec
2023-04-28 09:02:57 +02:00
parent bafe32c876
commit b8ce258d4d
7 changed files with 40 additions and 3 deletions

View File

@@ -311,7 +311,7 @@ jobs:
make install
for exe in "$DESTDIR"/*exe; do data/scripts/get_dll_depends.sh "$exe" | while read -r n; do cp "$n" "$DESTDIR"; done; done
if command -v windeployqt-qt6 >/dev/null; then windeployqt-qt6 "$DESTDIR/uv-qt.exe"; else windeployqt "$DESTDIR/uv-qt.exe"; fi
cp data/update.ps1 "$DESTDIR"
cp -r data/Windows/* "$DESTDIR"
- name: make dist-check
run: PATH= /usr/bin/make distcheck TARGET=build/UltraGrid-$VERSION-win64/uv.exe REFLECTOR_TARGET=build/UltraGrid-$VERSION-win64/hd-rum-transcode.exe GUI_EXE=build/UltraGrid-$VERSION-win64/uv-qt.exe
- name: Upload Release Asset