nsi: Remove tls dir

This commit is contained in:
Jonas Kvinge
2021-10-07 23:48:08 +02:00
parent ce3026f91c
commit 6b2e25122d

View File

@@ -633,6 +633,7 @@ Section "Uninstall"
; Remove the installation folders.
RMDir "$INSTDIR\platforms"
RMDir "$INSTDIR\styles"
RMDir "$INSTDIR\tls"
RMDir "$INSTDIR\sqldrivers"
RMDir "$INSTDIR\imageformats"
RMDir "$INSTDIR\gio-modules"