From 60db198267abdea1c7ed38db2f75d84b5065f356 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Thu, 5 Oct 2023 14:07:08 -0500 Subject: [PATCH] ci: update mpv.com path again Hopefully for the last time. It will now be in ./build as one would expect. --- ci/build-mingw64.sh | 2 +- ci/build-msys2.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index adca6492fb..fcfe9927cb 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -280,7 +280,7 @@ meson compile -C $build if [ "$2" = pack ]; then mkdir -p artifact/tmp echo "Copying:" - cp -pv $build/player/mpv.com $build/mpv.exe artifact/ + cp -pv $build/mpv.com $build/mpv.exe artifact/ # copy everything we can get our hands on cp -p "$prefix_dir/bin/"*.dll artifact/tmp/ shopt -s nullglob diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh index d3e1ce9fe6..a5cbde6878 100755 --- a/ci/build-msys2.sh +++ b/ci/build-msys2.sh @@ -35,5 +35,4 @@ meson setup build \ -D uchardet=enabled \ -D vapoursynth=enabled meson compile -C build -cp ./build/player/mpv.com ./build ./build/mpv.com -v --no-config