Skip to content

Commit

Permalink
MPV is now called mpv-2.dll.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Dec 22, 2021
1 parent b7c0dfb commit 20afb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mv mpv include
mkdir mpv
mv include mpv
mv mpv-1.dll mpv/mpv.dll
mv mpv-2.dll mpv/mpv.dll
mv mpv.def libmpv.dll.a mpv/
mv mpv build/
shell: bash
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
mv mpv include
mkdir mpv
mv include mpv
mv mpv-1.dll mpv/mpv.dll
mv mpv-2.dll mpv/mpv.dll
mv mpv.def libmpv.dll.a mpv/
mv mpv build/
shell: bash
Expand Down

0 comments on commit 20afb87

Please sign in to comment.