Skip to content

Commit

Permalink
Add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovic committed Jul 15, 2024
1 parent 209b3a7 commit 990f703
Show file tree
Hide file tree
Showing 4 changed files with 2,552 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Indy3DModInstaller/Indy3DModInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Resources\Indy3DModInstaller.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="Resources\Indy3DModInstaller.ico" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions Indy3DModInstaller/ModInstallerGui.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 990f703

Please sign in to comment.