Skip to content

Commit

Permalink
Fix mpv dll name.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 14, 2024
1 parent 750de70 commit b367a9a
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 @@ -86,7 +86,7 @@ jobs:
mkdir mpv
mv include mpv
gendef libmpv-2.dll
mv libmpv-2.dll mpv/mpv.dll
mv libmpv-2.dll mpv/libmpv-2.dll
mv libmpv-2.def mpv.def
mv mpv.def libmpv.dll.a mpv/
mv mpv build/
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
mkdir mpv
mv include mpv
gendef libmpv-2.dll
mv libmpv-2.dll mpv/mpv.dll
mv libmpv-2.dll mpv/libmpv-2.dll
mv libmpv-2.def mpv.def
mv mpv.def libmpv.dll.a mpv/
mv mpv build/
Expand Down

0 comments on commit b367a9a

Please sign in to comment.