From 7adb56ccd9725fe84d50e35bb929c7d9f3b652fc Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 23 Jul 2023 18:07:15 -0500 Subject: [PATCH] ci: update the mpv.com path Following the previous commit, it will now be in build/player. --- ci/build-mingw64.sh | 2 +- ci/build-msys2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index 90a2016ddd..f20c65b4fa 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -211,7 +211,7 @@ meson compile -C build if [ "$2" = pack ]; then mkdir -p artifact echo "Copying:" - cp -pv build/generated/mpv.com build/mpv.exe "$prefix_dir/bin/"*.dll artifact/ + cp -pv build/player/mpv.com build/mpv.exe "$prefix_dir/bin/"*.dll artifact/ # ship everything and the kitchen sink shopt -s nullglob for file in /usr/lib/gcc/$TARGET/*-posix/*.dll /usr/$TARGET/lib/*.dll; do diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh index 4898a925cc..c681a69c95 100755 --- a/ci/build-msys2.sh +++ b/ci/build-msys2.sh @@ -23,5 +23,5 @@ meson setup build \ -D vapoursynth=enabled \ -D vulkan=enabled meson compile -C build -cp ./build/generated/mpv.com ./build +cp ./build/player/mpv.com ./build ./build/mpv.com -v --no-config