Skip to content

Commit 629b517

Browse files
committed
Fix build action for icons.
Fixes the issue, where the new application could not build for Android.
1 parent 5825b26 commit 629b517

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Codebreaker.Uno/CodebreakerUno/CodebreakerUno.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<GenerateTestArtifacts>True</GenerateTestArtifacts>
5757
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
5858
</PropertyGroup>
59+
<ItemGroup>
60+
<None Remove="Assets\Icons\icon_foreground.svg" />
61+
</ItemGroup>
5962

6063
<ItemGroup>
6164
<PackageReference Include="CNInnovation.Codebreaker.ViewModels" />
@@ -100,7 +103,8 @@
100103
</ItemGroup>
101104

102105
<ItemGroup>
103-
<UnoImage Include="Assets\Icons\icon.svg" />
106+
<UnoIcon Include="Assets\Icons\icon.svg" />
107+
<UnoIcon Include="Assets\Icons\icon_foreground.svg" />
104108
</ItemGroup>
105109

106110
</Project>

0 commit comments

Comments
 (0)