Skip to content

Commit

Permalink
Consolidate icons (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Oct 19, 2024
1 parent 0c6d58e commit 28900e5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WPILibInstaller-Avalonia/WPILibInstaller-Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>WPILibInstaller</AssemblyName>
<RootNamespace>WPILibInstaller</RootNamespace>
<ApplicationIcon>wpilib-256.ico</ApplicationIcon>
<ApplicationIcon>Assets\wpilib-256.ico</ApplicationIcon>
<Win32Resource />
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Binary file removed WPILibInstaller-Avalonia/wpilib-256.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion WPILibShortcutCreator/src/main/rc/WPILibShortcutCreator.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WPILibShortcutCreator ICON "wpilib-256.ico"
WPILibShortcutCreator ICON "../../../../WPILibInstaller-Avalonia/Assets/wpilib-256.ico"
Binary file removed WPILibShortcutCreator/src/main/rc/wpilib-256.ico
Binary file not shown.
Binary file removed files/wpilib-256.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/vars.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def varsfilePS = file("files/frcvars.ps1")
def varsfilesh = file("files/frcvars.sh")
def codefile = file("files/frccode")
def codefileCmd = file("files/frccode.cmd")
def icoFile = file("files/wpilib-256.ico")
def icoFile = file("WPILibInstaller-Avalonia/Assets/wpilib-256.ico")
def codeAppArmorFile = file("files/frccode.AppArmor")
def utilAppArmorFile = file("files/wpilibutility.AppArmor")
def advantagescopeAppArmorFile = file("files/advantagescope.AppArmor")
Expand Down

0 comments on commit 28900e5

Please sign in to comment.