Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
fix some dll filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
perroboc committed Oct 9, 2023
1 parent e8599b4 commit e2d082e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ jobs:
shell: pwsh
run: |
mkdir Chiaki
ls ${{ runner.temp }}\msys64\mingw64\bin\*.dll
cp build\gui\chiaki.exe Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\avcodec-58.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\avutil-56.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\avcodec-60.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\avutil-58.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libaom.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libbrotlicommon.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libbrotlidec.dll Chiaki
Expand All @@ -103,7 +104,7 @@ jobs:
cp ${{ runner.temp }}\msys64\mingw64\bin\libdav1d.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libdouble-conversion.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libexpat-1.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libffi-7.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libffi-8.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libfontconfig-1.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libfreetype-6.dll Chiaki
cp ${{ runner.temp }}\msys64\mingw64\bin\libfribidi-0.dll Chiaki
Expand Down

0 comments on commit e2d082e

Please sign in to comment.