Skip to content

Commit

Permalink
Update some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SocksTheWolf committed Jun 13, 2024
1 parent 01c2cd7 commit 213dcc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<Authors>SocksTheWolf</Authors>
<Copyright>Licensed under the MIT License, see LICENSE for info/credits</Copyright>
<AvaloniaVersion>11.0.10</AvaloniaVersion>
</PropertyGroup>
</Project>
7 changes: 7 additions & 0 deletions TwitchTTSUser.Desktop/TwitchTTSUser.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<StartupObject>TwitchTTSUser.Desktop.Program</StartupObject>
<ApplicationIcon>wrench.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'" />
<ItemGroup>
<Content Include="wrench.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" />
Expand Down
Binary file added TwitchTTSUser.Desktop/wrench.ico
Binary file not shown.

0 comments on commit 213dcc9

Please sign in to comment.