Minor fix for the NSIS installer script

Forgot to add "Uninstall.exe" to the uninstaller section, so the file and
the installation folder weren't being deleted on uninstall.

Signed-Off-By: Ivan Habunek <ivan.habunek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Ivan Habunek 2012-09-13 16:19:04 +02:00 committed by Dirk Hohndel
parent bccbdccdfa
commit 791edd78b4

View file

@ -151,6 +151,7 @@ Section "Uninstall"
Delete "$INSTDIR\subsurface.exe"
Delete "$INSTDIR\subsurface.ico"
Delete "$INSTDIR\subsurface.svg"
Delete "$INSTDIR\Uninstall.exe"
RMDir "$INSTDIR"
# Remove shortcuts