mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 11:40:08 +00:00
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:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user