Skip to content

Commit

Permalink
windows: NSIS install script pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Sep 11, 2024
1 parent 68e3c51 commit 377c0b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/windows/rpi-imager.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -263,16 +263,13 @@ File "deploy\generic\qtuiotouchplugin.dll"
SetOutPath "$INSTDIR\iconengines"
File "deploy\iconengines\qsvgicon.dll"
SetOutPath "$INSTDIR\imageformats"
File "deploy\imageformats\qgif.dll"
File "deploy\imageformats\qicns.dll"
File "deploy\imageformats\qico.dll"
File "deploy\imageformats\qjpeg.dll"
File "deploy\imageformats\qpdf.dll"
File "deploy\imageformats\qsvg.dll"
File "deploy\imageformats\qtga.dll"
File "deploy\imageformats\qtiff.dll"
File "deploy\imageformats\qwbmp.dll"
File "deploy\imageformats\qwebp.dll"
SetOutPath "$INSTDIR\networkinformation"
File "deploy\networkinformation\qnetworklistmanager.dll"
SetOutPath "$INSTDIR\platforminputcontexts"
Expand Down Expand Up @@ -724,7 +721,7 @@ File "deploy\styles\qmodernwindowsstyle.dll"
SetOutPath "$INSTDIR\tls"
File "deploy\tls\qcertonlybackend.dll"
File "deploy\tls\qopensslbackend.dll"
File "deploy\tls\qschannelbackend.dll
File "deploy\tls\qschannelbackend.dll"

SectionEnd

Expand Down

0 comments on commit 377c0b7

Please sign in to comment.