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