forked from leo-editor/leo-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnsi-uninstall-files.txt
41 lines (38 loc) · 1.15 KB
/
nsi-uninstall-files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; Uninstall files...
SetOutPath $Temp
Delete "$INSTDIR\.gitattributes"
Delete "$INSTDIR\About leo.exe.TXT"
Delete "$INSTDIR\INSTALL.TXT"
Delete "$INSTDIR\LICENSE.TXT"
Delete "$INSTDIR\MANIFEST.in"
Delete "$INSTDIR\Makefile"
Delete "$INSTDIR\PKG-INFO.TXT"
Delete "$INSTDIR\README.MD"
Delete "$INSTDIR\Readme-quick-install.TXT"
Delete "$INSTDIR\_config.yml"
Delete "$INSTDIR\ekr-spellpyx.txt"
Delete "$INSTDIR\flake8-leo.py"
Delete "$INSTDIR\git-diff.bat"
Delete "$INSTDIR\launchLeo-unified.spec"
Delete "$INSTDIR\launchLeo.py"
Delete "$INSTDIR\leo-commands.cfg"
Delete "$INSTDIR\leo-core.cfg"
Delete "$INSTDIR\leo-plugins.cfg"
Delete "$INSTDIR\leo.nsi"
Delete "$INSTDIR\leo_assoc.nsi"
Delete "$INSTDIR\leo_to_html.xsl"
Delete "$INSTDIR\load-leo.html"
Delete "$INSTDIR\nsi-install-files.txt"
Delete "$INSTDIR\nsi-uninstall-files.txt"
Delete "$INSTDIR\profileLeo.py"
Delete "$INSTDIR\pyflakes-leo.py"
Delete "$INSTDIR\pylint-leo.py"
Delete "$INSTDIR\stderr.txt"
Delete "$INSTDIR\xslt-test.leo"
Delete "$INSTDIR\*.pyo"
Delete "$INSTDIR\*.pyc"
Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\git-manifest.txt"
RMDir /r "$INSTDIR\leo"
; Delete the top-level directory.
RMDir "$INSTDIR"