Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WPILibInstaller-Avalonia/ViewModels/InstallPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ [Desktop Entry]
Terminal=false
StartupNotify=true
StartupWMClass={wmClass}
";
".ReplaceLineEndings("\n");
var launcherPath = Path.GetDirectoryName(launcherFile);
if (launcherPath != null)
{
Expand Down Expand Up @@ -1066,7 +1066,7 @@ [Desktop Entry]
Terminal=false
StartupNotify=true
StartupWMClass=Code
";
".ReplaceLineEndings("\n");

var desktopPath = Path.GetDirectoryName(desktopFile);
if (desktopPath != null)
Expand Down