From cc12307404bcaafa534d9eed6e9bdeeb6c773462 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 8 May 2021 14:41:00 +0200 Subject: [PATCH] Cleanup Certbot pkg dir before installing to avoid dependencies conflicts --- windows-installer/assets/template.nsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows-installer/assets/template.nsi b/windows-installer/assets/template.nsi index 566e1b004..5c551729a 100644 --- a/windows-installer/assets/template.nsi +++ b/windows-installer/assets/template.nsi @@ -83,6 +83,11 @@ SectionEnd [% block sections %] Section "!${PRODUCT_NAME}" sec_app + ; CERTBOT CUSTOM BEGIN + ; Try to cleanup Certbot pkg directory to avoid dependencies conflicts + RMDir /r "$INSTDIR\pkgs" + ; CERTBOT CUSTOM END + SetRegView [[ib.py_bitness]] SectionIn RO File ${PRODUCT_ICON}