Skip to content

Commit 04f979e

Browse files
committed
Skip extra components in windeployqt deploy
1 parent 30544b8 commit 04f979e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
windeployqt.exe `
7171
--release `
7272
--no-translations `
73+
--no-system-d3d-compiler `
74+
--no-opengl-sw `
75+
--skip-plugin-types "generic,iconengines,imageformats,networkinformation,tls" `
7376
--dir $packagePath `
7477
$executablePath
7578

0 commit comments

Comments
 (0)