We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c9899 commit 9ef9c76Copy full SHA for 9ef9c76
WPILibInstaller-Avalonia/ViewModels/InstallPageViewModel.cs
@@ -52,7 +52,7 @@ [Desktop Entry]
52
Terminal=false
53
StartupNotify=true
54
StartupWMClass={wmClass}
55
-";
+".ReplaceLineEndings("\n");
56
var launcherPath = Path.GetDirectoryName(launcherFile);
57
if (launcherPath != null)
58
{
@@ -1066,7 +1066,7 @@ [Desktop Entry]
1066
1067
1068
StartupWMClass=Code
1069
1070
1071
var desktopPath = Path.GetDirectoryName(desktopFile);
1072
if (desktopPath != null)
0 commit comments