summaryrefslogtreecommitdiffstats
path: root/ci/build-mingw64.sh
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-07-23 18:07:15 -0500
committerDudemanguy <random342@airmail.cc>2023-07-31 19:00:06 +0000
commit7adb56ccd9725fe84d50e35bb929c7d9f3b652fc (patch)
treefca240f833c0488c190a520b25ce796fc48a23e4 /ci/build-mingw64.sh
parent0bed2a226301bc7392f37e5d14e8f67c7037f0eb (diff)
downloadmpv-7adb56ccd9725fe84d50e35bb929c7d9f3b652fc.tar.bz2
mpv-7adb56ccd9725fe84d50e35bb929c7d9f3b652fc.tar.xz
ci: update the mpv.com path
Following the previous commit, it will now be in build/player.
Diffstat (limited to 'ci/build-mingw64.sh')
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 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