URI: 
       tFix uninstall of docs/license - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 92919cedc3c182a050478c0d66bababc5fbd5d86
   DIR parent b90897d22d656376876be3bb38fda3f75e6c5bc5
  HTML Author: Ben Webb <ben@salilab.org>
       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(-)
       ---
   DIR 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"