Skip to content

Commit

Permalink
fix thx tyler
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
  • Loading branch information
spacey-sooty committed Dec 14, 2024
1 parent 76951ae commit 5e59ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WPILibInstaller-Avalonia/ViewModels/InstallPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private async void CreateLinuxShortcut(String name, String frcYear, String wmCla
[Desktop Entry]
Version=1.0
Type=Application
Categories=Science & Maths
Categories=Robotics;Science
Name={name} {frcYear}
Comment={nameNoWPILib} tool for the 2025 FIRST Robotics Competition season
Exec={configurationProvider.InstallDirectory}/tools/{nameNoWPILib}.sh
Expand All @@ -59,7 +59,7 @@ [Desktop Entry]
[Desktop Entry]
Version=1.0
Type=Application
Categories=Robotics
CategoriesRobotics;Science
Name={name} {frcYear}
Comment={name} tool for the 2025 FIRST Robotics Competition season
Exec={configurationProvider.InstallDirectory}/tools/{name}.sh
Expand Down

0 comments on commit 5e59ec2

Please sign in to comment.