Skip to content

Commit

Permalink
Fix Windows uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcmartin committed Jul 29, 2024
1 parent a388b29 commit 6a5e5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ophis.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6a5e5a5

Please sign in to comment.