summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-05 14:07:08 -0500
committerDudemanguy <random342@airmail.cc>2023-11-27 18:42:19 +0000
commit60db198267abdea1c7ed38db2f75d84b5065f356 (patch)
tree3abcccc370abc16d5b624c652badbe7ebf060f89 /ci
parent0ea374b1c78156f83a7544458dbd058c744deef3 (diff)
downloadmpv-60db198267abdea1c7ed38db2f75d84b5065f356.tar.bz2
mpv-60db198267abdea1c7ed38db2f75d84b5065f356.tar.xz
ci: update mpv.com path again
Hopefully for the last time. It will now be in ./build as one would expect.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh2
-rwxr-xr-xci/build-msys2.sh1
2 files changed, 1 insertions, 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