This commit is contained in:
LukePulverenti 2013-03-13 21:46:34 -04:00
commit d482825f50

View File

@ -133,7 +133,7 @@ namespace MediaBrowser.ServerApplication
/// </summary> /// </summary>
protected override string ProductShortcutPath protected override string ProductShortcutPath
{ {
get { return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.StartMenu), "Media Browser Server.lnk"); } get { return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.StartMenu),"Media Browser 3", "Media Browser Server.lnk"); }
} }
/// <summary> /// <summary>