Skip to content

Commit 6a5e5a5

Browse files
Fix Windows uninstaller
1 parent a388b29 commit 6a5e5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/scripts/ophis.nsi

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Section Uninstall
176176
Delete "$INSTDIR\modules.zip"
177177
Delete "$INSTDIR\ophismanual.pdf"
178178
Delete "$INSTDIR\README.txt"
179+
Delete "$INSTDIR\WhatsNew.txt"
179180
Delete "$INSTDIR\examples\stella\hi_stella.oph"
180181
Delete "$INSTDIR\examples\stella\colortest.oph"
181182
Delete "$INSTDIR\examples\stella\README.txt"

0 commit comments

Comments
 (0)