From c01abd7a9ab8e31acc8a7f1c27841a128d6ae9c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Jun 2013 11:12:02 +0100 Subject: [PATCH] Fix typo in installer script preventing uninstaller from removing the batch converter link from the desktop. --- platform/windows/installer.nsi.32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index 81de3a25c..9f38c925b 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -134,7 +134,7 @@ Section "Uninstall" RMDir /r "$INSTDIR\*.*" RMDir "$INSTDIR" Delete "$DESKTOP\DVD-o-matic.lnk" -Delete "$DESKTOP\DVD-o-matic bach converter.lnk" +Delete "$DESKTOP\DVD-o-matic batch converter.lnk" Delete "$DESKTOP\DVD-o-matic encode server.lnk" Delete "$SMPROGRAMS\DVD-o-matic\*.*" RmDir "$SMPROGRAMS\DVD-o-matic" -- 2.30.2