Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Reinhardt committed Nov 11, 2022
1 parent eb603fa commit fceac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GsaGH/GsaGH.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/arup-group/GSA-Grasshopper</PackageProjectUrl>
<RepositoryUrl>https://github.com/arup-group/GSA-Grasshopper</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>GsaLogo128.png</PackageIcon>
<PackageIcon>GSALogo128.png</PackageIcon>
<Version>0.9.30-beta</Version>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration) == 'Debug' AND $([MSBuild]::IsOSPlatform(Windows))">
Expand Down Expand Up @@ -302,7 +302,7 @@ Copyright © Oasys 1985 - 2022</Description>
<None Include="Properties\Icons\Units.png" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\Icons\GSALogo128.png" />
<None Include="Properties\Icons\GSALogo128.png" Pack="true" PackagePath=""/>
</ItemGroup>
<ItemGroup>
<None Include="Properties\Icons\GetLoads.png" />
Expand Down

0 comments on commit fceac4c

Please sign in to comment.