Remove unused DLL from Windows Qt6 installer

This commit is contained in:
Alejandro Martinez
2025-12-10 19:28:59 -03:00
parent bf20980dd1
commit ed79319105

View File

@@ -219,7 +219,6 @@ Section "Golden Cheetah (required)" Sec1
File "styles\qmodernwindowsstyle.dll"
SetOutPath "$INSTDIR\tls"
File "tls\qcertonlybackend.dll"
File "tls\qopensslbackend.dll"
File "tls\qschannelbackend.dll"
SetOutPath "$INSTDIR\translations\qtwebengine_locales"
File "translations\qtwebengine_locales\am.pak"
@@ -452,7 +451,6 @@ Section Uninstall
Delete "$INSTDIR\sqldrivers\qsqlpsql.dll"
Delete "$INSTDIR\styles\qmodernwindowsstyle.dll"
Delete "$INSTDIR\tls\qcertonlybackend.dll"
Delete "$INSTDIR\tls\qopensslbackend.dll"
Delete "$INSTDIR\tls\qschannelbackend.dll"
Delete "$INSTDIR\translations\qtwebengine_locales\am.pak"
Delete "$INSTDIR\translations\qtwebengine_locales\ar.pak"