소스 검색

Oops - proper dashboard shortcut name in uninstall

Eric Reed 12 년 전
부모
커밋
4115b83f78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs

+ 1 - 1
MediaBrowser.Uninstaller.Execute/MainWindow.xaml.cs

@@ -77,7 +77,7 @@ namespace MediaBrowser.Uninstaller.Execute
             RemoveShortcut(Path.Combine(startMenu, linkName));
             if (Product == "Server")
             {
-                RemoveShortcut(Path.Combine(startMenu, "Dashboard.lnk"));
+                RemoveShortcut(Path.Combine(startMenu, "MB Dashboard.lnk"));
             }
             // if the startmenu item is empty now - delete it too
             if (Directory.GetFiles(startMenu).Length == 0)