Skip to content

Commit

Permalink
Change Toaster shortcut name
Browse files Browse the repository at this point in the history
  • Loading branch information
BobVul committed Jan 31, 2018
1 parent ad359c9 commit 5f2d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WixSharp Setup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static void Main()
project.AllFiles.Single(f => f.Name.EndsWith("GrowlToToast.Toaster.exe"))
.Shortcuts = new[]
{
new FileShortcut(new Id(ToasterShortcutId), "Toaster", @"%ProgramMenuFolder%\GrowlToToast")
new FileShortcut(new Id(ToasterShortcutId), "GrowlToToast.Toaster", @"%ProgramMenuFolder%\GrowlToToast")
};
project.AllFiles.Single(f => f.Name.EndsWith("GrowlToToast.GrowlerInstaller.exe"))
.Shortcuts = new[]
Expand Down

0 comments on commit 5f2d438

Please sign in to comment.