From 0a4c1fbe882078837de1e4b765100ddaaf5846fe Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sat, 3 Jan 2026 19:47:53 +0800 Subject: [PATCH] fix(CI): should no longer deploy core5compat --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0eebe55..f7cb81e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -63,7 +63,7 @@ jobs: cmake --build build --config Release -j || goto :error cmake --build build --config Release --target=install || goto :error :: ------ pkg ------ - windeployqt --verbose=2 --no-quick-import --no-translations --no-opengl-sw --no-system-d3d-compiler --no-system-dxc-compiler --multimedia --core5compat --skip-plugin-types tls,networkinformation build\bin\pmusic.exe + windeployqt --verbose=2 --no-quick-import --no-translations --no-opengl-sw --no-system-d3d-compiler --no-system-dxc-compiler --multimedia --skip-plugin-types tls,networkinformation build\bin\pmusic.exe robocopy ./dependencies_bin/bin build/bin *.dll if ErrorLevel 8 (exit /B 1) copy LICENSE build/bin/