From 2ce7a5a03df04691aecc5f3781cec92f888181c5 Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:03:22 -0300 Subject: [PATCH 1/7] update chiaki and SDL --- .github/workflows/build-visual_studio-qt6.yml | 4 ++-- .github/workflows/build-visual_studio.yml | 4 ++-- chiaki | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index 7bd0d60..f36997b 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -68,8 +68,8 @@ jobs: - name: Setup SDL2 run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.0.22-VC.zip" -OutFile ".\SDL2-devel-2.0.22-VC.zip" - Expand-Archive -LiteralPath "SDL2-devel-2.0.22-VC.zip" -DestinationPath "." + Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.28.4-VC.zip" -OutFile ".\SDL2-devel-2.28.4-VC.zip" + Expand-Archive -LiteralPath "SDL2-devel-2.28.4-VC.zip" -DestinationPath "." Rename-Item "SDL2-2.0.22" "SDL2" Write-Output "SDL2_DIR=${{ github.workspace }}\SDL2" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append Set-Content -Path "${{ github.workspace }}\SDL2\sdl2-config.cmake" -Value 'set(TARGET_NAME SDL2::SDL2)' diff --git a/.github/workflows/build-visual_studio.yml b/.github/workflows/build-visual_studio.yml index d5d1c96..d0c716f 100644 --- a/.github/workflows/build-visual_studio.yml +++ b/.github/workflows/build-visual_studio.yml @@ -58,8 +58,8 @@ jobs: - name: Setup SDL2 run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.0.22-VC.zip" -OutFile ".\SDL2-devel-2.0.22-VC.zip" - Expand-Archive -LiteralPath "SDL2-devel-2.0.22-VC.zip" -DestinationPath "." + Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.28.4-VC.zip" -OutFile ".\SDL2-devel-2.28.4-VC.zip" + Expand-Archive -LiteralPath "SDL2-devel-2.28.4-VC.zip" -DestinationPath "." Rename-Item "SDL2-2.0.22" "SDL2" $nix_path = "${{ github.workspace }}" -replace "\\", "/" Write-Output "SDL2_DIR=${{ github.workspace }}\SDL2" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append diff --git a/chiaki b/chiaki index 420809b..8911a44 160000 --- a/chiaki +++ b/chiaki @@ -1 +1 @@ -Subproject commit 420809b24ef7bb8510a13d9a4c02ac260a9841a7 +Subproject commit 8911a44766570c0d182c0e59f5eee5cfca548ce9 From 0fa9620d574e50c510153a30b22de7528c64aedf Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:11:52 -0300 Subject: [PATCH 2/7] bump ffmpeg to n5.1 --- .github/workflows/build-visual_studio-qt6.yml | 6 +++--- .github/workflows/build-visual_studio.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index f36997b..03fec7c 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -38,9 +38,9 @@ jobs: - name: Setup ffmpeg run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" - Expand-Archive -LiteralPath "ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." - Rename-Item "ffmpeg-n5.0-latest-win64-gpl-shared-5.0" "ffmpeg" + Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" + Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." + Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg" Write-Output "${{ github.workspace }}\ffmpeg\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append - name: Setup protoc diff --git a/.github/workflows/build-visual_studio.yml b/.github/workflows/build-visual_studio.yml index d0c716f..d6f9307 100644 --- a/.github/workflows/build-visual_studio.yml +++ b/.github/workflows/build-visual_studio.yml @@ -32,9 +32,9 @@ jobs: - name: Setup ffmpeg run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" - Expand-Archive -LiteralPath "ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." - Rename-Item "ffmpeg-n5.0-latest-win64-gpl-shared-5.0" "ffmpeg" + Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" + Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." + Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg" Write-Output "${{ github.workspace }}\ffmpeg" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append - name: Setup Protoc From 2edc9e2232f9c70a9c3b459d1dd07198b3dc28e8 Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:15:57 -0300 Subject: [PATCH 3/7] Fix ffmpeg version --- .github/workflows/build-visual_studio-qt6.yml | 6 +++--- .github/workflows/build-visual_studio.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index 03fec7c..8b1da03 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -38,9 +38,9 @@ jobs: - name: Setup ffmpeg run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" - Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." - Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg" + Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" + Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" -DestinationPath "." + Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.1" "ffmpeg" Write-Output "${{ github.workspace }}\ffmpeg\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append - name: Setup protoc diff --git a/.github/workflows/build-visual_studio.yml b/.github/workflows/build-visual_studio.yml index d6f9307..7eea886 100644 --- a/.github/workflows/build-visual_studio.yml +++ b/.github/workflows/build-visual_studio.yml @@ -32,9 +32,9 @@ jobs: - name: Setup ffmpeg run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" - Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "." - Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg" + Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" + Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.1.zip" -DestinationPath "." + Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.1" "ffmpeg" Write-Output "${{ github.workspace }}\ffmpeg" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append - name: Setup Protoc From bf1cfbd6f146592cd2e04c7c89fb751dc84d8154 Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:20:26 -0300 Subject: [PATCH 4/7] update openssl --- .github/workflows/build-visual_studio-qt6.yml | 4 ++-- .github/workflows/build-visual_studio.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index 8b1da03..41d96b0 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -60,8 +60,8 @@ jobs: - name: Setup OpenSSL run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1p.zip" -OutFile ".\openssl-1.1.1p.zip" - Expand-Archive -LiteralPath "openssl-1.1.1p.zip" -DestinationPath "." + Invoke-WebRequest -UseBasicParsing -Uri "https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-1.1.1w.zip" -OutFile ".\openssl-1.1.1w.zip" + Expand-Archive -LiteralPath "openssl-1.1.1w.zip" -DestinationPath "." Rename-Item "openssl-1.1" "openssl" Write-Output "${{ github.workspace }}\openssl" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append diff --git a/.github/workflows/build-visual_studio.yml b/.github/workflows/build-visual_studio.yml index 7eea886..32810c0 100644 --- a/.github/workflows/build-visual_studio.yml +++ b/.github/workflows/build-visual_studio.yml @@ -50,8 +50,8 @@ jobs: - name: Setup OpenSSL run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest -UseBasicParsing -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1p.zip" -OutFile ".\openssl-1.1.1p.zip" - Expand-Archive -LiteralPath "openssl-1.1.1p.zip" -DestinationPath "." + Invoke-WebRequest -UseBasicParsing -Uri "https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-1.1.1w.zip" -OutFile ".\openssl-1.1.1w.zip" + Expand-Archive -LiteralPath "openssl-1.1.1w.zip" -DestinationPath "." Rename-Item "openssl-1.1" "openssl" Write-Output "${{ github.workspace }}\openssl" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append From e8599b44f748bb987b388012c3a3acf35d7d8c37 Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:23:29 -0300 Subject: [PATCH 5/7] fix SDL version --- .github/workflows/build-visual_studio-qt6.yml | 2 +- .github/workflows/build-visual_studio.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-visual_studio-qt6.yml b/.github/workflows/build-visual_studio-qt6.yml index 41d96b0..4c041f8 100644 --- a/.github/workflows/build-visual_studio-qt6.yml +++ b/.github/workflows/build-visual_studio-qt6.yml @@ -70,7 +70,7 @@ jobs: $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.28.4-VC.zip" -OutFile ".\SDL2-devel-2.28.4-VC.zip" Expand-Archive -LiteralPath "SDL2-devel-2.28.4-VC.zip" -DestinationPath "." - Rename-Item "SDL2-2.0.22" "SDL2" + Rename-Item "SDL2-2.28.4" "SDL2" Write-Output "SDL2_DIR=${{ github.workspace }}\SDL2" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append Set-Content -Path "${{ github.workspace }}\SDL2\sdl2-config.cmake" -Value 'set(TARGET_NAME SDL2::SDL2)' Add-Content -Path "${{ github.workspace }}\SDL2\sdl2-config.cmake" -Value 'add_library(${TARGET_NAME} SHARED IMPORTED)' diff --git a/.github/workflows/build-visual_studio.yml b/.github/workflows/build-visual_studio.yml index 32810c0..9a4e785 100644 --- a/.github/workflows/build-visual_studio.yml +++ b/.github/workflows/build-visual_studio.yml @@ -60,7 +60,7 @@ jobs: $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -UseBasicParsing -Uri "https://www.libsdl.org/release/SDL2-devel-2.28.4-VC.zip" -OutFile ".\SDL2-devel-2.28.4-VC.zip" Expand-Archive -LiteralPath "SDL2-devel-2.28.4-VC.zip" -DestinationPath "." - Rename-Item "SDL2-2.0.22" "SDL2" + Rename-Item "SDL2-2.28.4" "SDL2" $nix_path = "${{ github.workspace }}" -replace "\\", "/" Write-Output "SDL2_DIR=${{ github.workspace }}\SDL2" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append Set-Content -Path "${{ github.workspace }}\SDL2\sdl2-config.cmake" -Value 'set(TARGET_NAME SDL2::SDL2)' From e2d082ec3947f51cffbf32cc64a44beb9973161b Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:36:44 -0300 Subject: [PATCH 6/7] fix some dll filenames --- .github/workflows/build-msys2.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-msys2.yml b/.github/workflows/build-msys2.yml index 569d2e2..ad51fb6 100644 --- a/.github/workflows/build-msys2.yml +++ b/.github/workflows/build-msys2.yml @@ -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 @@ -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 From 251dcf3e577d0dfa4188830b7ace28004cef4e88 Mon Sep 17 00:00:00 2001 From: Perroboc <2722773+perroboc@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:46:22 -0300 Subject: [PATCH 7/7] copy all dll files --- .github/workflows/build-msys2.yml | 77 +------------------------------ 1 file changed, 1 insertion(+), 76 deletions(-) diff --git a/.github/workflows/build-msys2.yml b/.github/workflows/build-msys2.yml index ad51fb6..ac36d14 100644 --- a/.github/workflows/build-msys2.yml +++ b/.github/workflows/build-msys2.yml @@ -89,83 +89,8 @@ 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-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 - cp ${{ runner.temp }}\msys64\mingw64\bin\libbz2-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libcairo-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libcairo-gobject-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libcrypto-1_1-x64.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libdatrie-1.dll Chiaki - 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-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 - cp ${{ runner.temp }}\msys64\mingw64\bin\libgcc_s_seh-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgdk_pixbuf-2.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgio-2.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libglib-2.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgmodule-2.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgobject-2.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgomp-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgraphite2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libgsm.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libharfbuzz-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libiconv-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libicudt69.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libicuin69.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libicuuc69.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libintl-8.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\liblzma-5.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libmd4c.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libmfx-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libmp3lame-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libogg-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libopencore-amrnb-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libopencore-amrwb-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libopenjp2-7.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libopus-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpango-1.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpangocairo-1.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpangoft2-1.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpangowin32-1.0-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpcre-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpcre2-16-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpixman-1-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libpng16-16.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\librsvg-2-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libsoxr.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libspeex-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libssl-1_1-x64.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libssp-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libstdc++-6.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libsvtav1enc.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libthai-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libtheoradec-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libtheoraenc-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libvorbis-0.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libvorbisenc-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libvpx-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libvulkan-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libwebp-7.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libwebpmux-3.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libwinpthread-1.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libx264-164.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libx265.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libxml2-2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\libzstd.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\rav1e.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\SDL2.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\swresample-3.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\xvidcore.dll Chiaki - cp ${{ runner.temp }}\msys64\mingw64\bin\zlib1.dll Chiaki + cp ${{ runner.temp }}\msys64\mingw64\bin\*.dll Chiaki - name: WindeployQt shell: pwsh