Skip to content

Commit

Permalink
fixes #4748: Windows uninstaller no longer fails to remove installati…
Browse files Browse the repository at this point in the history
…on directory due to missing deletion of README.md.txt within it (patch 1/12)
  • Loading branch information
Forgon2100 committed Feb 17, 2018
1 parent 4293b79 commit f36b799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nsis/warzone2100.nsi
Expand Up @@ -737,6 +737,7 @@ Section "Uninstall"
Delete "$INSTDIR\stderr.txt"
Delete "$INSTDIR\stdout.txt"

Delete "$INSTDIR\README.md.txt"
Delete "$INSTDIR\COPYING.NONGPL.txt"
Delete "$INSTDIR\COPYING.README.txt"
Delete "$INSTDIR\COPYING.txt"
Expand Down

0 comments on commit f36b799

Please sign in to comment.