From 6a5e5a586832e828b598e8162457e673a6c38275 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Sun, 28 Jul 2024 17:15:40 -0700 Subject: [PATCH] Fix Windows uninstaller --- src/scripts/ophis.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/ophis.nsi b/src/scripts/ophis.nsi index e6e0528..1229ae3 100644 --- a/src/scripts/ophis.nsi +++ b/src/scripts/ophis.nsi @@ -176,6 +176,7 @@ Section Uninstall Delete "$INSTDIR\modules.zip" Delete "$INSTDIR\ophismanual.pdf" Delete "$INSTDIR\README.txt" + Delete "$INSTDIR\WhatsNew.txt" Delete "$INSTDIR\examples\stella\hi_stella.oph" Delete "$INSTDIR\examples\stella\colortest.oph" Delete "$INSTDIR\examples\stella\README.txt"