diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-06 11:12:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-06 11:12:02 +0100 |
| commit | c01abd7a9ab8e31acc8a7f1c27841a128d6ae9c7 (patch) | |
| tree | 1e2f75ef2abf06cf8a1a4e21591f08c0ae73196c | |
| parent | d069463f39896452eb221296e624540bf20478e7 (diff) | |
Fix typo in installer script preventing uninstaller from removing the batch converter link from the desktop.
| -rw-r--r-- | platform/windows/installer.nsi.32.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
