Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9xbt committed Nov 4, 2023
1 parent bbb3f33 commit a38c79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GoOS/GoOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
<FileAlignment>512</FileAlignment>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\GUI\Paint\rubber.bmp" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Resources\Font_2x.btf" />
<EmbeddedResource Include="Resources\GUI\brown_ghost.bmp" />
Expand All @@ -119,6 +123,7 @@
<EmbeddedResource Include="Resources\GUI\gterm.bmp" />
<EmbeddedResource Include="Resources\GUI\info.bmp" />
<EmbeddedResource Include="Resources\GUI\mouse.bmp" />
<EmbeddedResource Include="Resources\GUI\Paint\rubber.bmp" />
<EmbeddedResource Include="Resources\GUI\Paint\text.bmp" />
<EmbeddedResource Include="Resources\GUI\shutdown.bmp" />
<EmbeddedResource Include="Resources\GUI\user.bmp" />
Expand Down
Binary file added GoOS/Resources/GUI/Paint/rubber.bmp
Binary file not shown.

0 comments on commit a38c79b

Please sign in to comment.