tFix uninstall of docs/license - vaccinewars - be a doctor and try to vaccinate the world | |
git clone git://src.adamsgaard.dk/vaccinewars | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 92919cedc3c182a050478c0d66bababc5fbd5d86 | |
parent b90897d22d656376876be3bb38fda3f75e6c5bc5 | |
Author: Ben Webb | |
Date: Fri, 4 Dec 2020 23:45:51 -0800 Fix uninstall of docs/license Diffstat: M win32/install.nsi.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- | |
diff --git a/win32/install.nsi.in b/win32/install.nsi.in | |
t@@ -167,8 +167,9 @@ Section "Uninstall" Delete "$INSTDIR\Uninstall.exe" Delete "$INSTDIR\dopewars.exe" Delete "$INSTDIR\*.dll" - Delete "$INSTDIR\*.html" + Delete "$INSTDIR\LICENCE" Delete "$INSTDIR\ca-bundle.crt" + RMDir /r "$INSTDIR\doc" RMDir /r "$INSTDIR\locale" RMDir /r "$INSTDIR\sounds" RMDir "$INSTDIR" |