1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 23:23:13 +02:00

Fix Windows installer nsis build scripts to clean up properly and update version.log

This commit is contained in:
Charles Kingsley
2010-09-11 10:29:08 +01:00
parent 80d0e03f64
commit fab8b8b137
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -534,11 +534,12 @@ RMDir "$SMPROGRAMS\Anope\Advanced"
RMDir "$SMPROGRAMS\Anope"
RMDir "$INSTDIR\docs"
RMDir "$INSTDIR\data\modules\runtime"
RMDir "$INSTDIR\data\modules"
RMDir "$INSTDIR\data\logs"
RMDir "$INSTDIR\data\languages"
RMDir "$INSTDIR\data\bin"
RMDir "$INSTDIR\data\backups"
RMDir "$INSTDIR\data\backups"
RMDir "$INSTDIR\data"
RMDir "$INSTDIR"