Skip to content

Commit

Permalink
Added exe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Sep 28, 2024
1 parent cfb583a commit 0767467
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Mirivoice.Desktop/Mirivoice.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<ApplicationIcon>mirivoice-logo.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>MiriVoice</AssemblyName>
<RootNamespace>Mirivoice.Desktop</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Content Include="mirivoice-logo.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
Expand Down
Binary file added Mirivoice.Desktop/mirivoice-logo.ico
Binary file not shown.
16 changes: 13 additions & 3 deletions Mirivoice/Mirivoice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ApplicationIcon>Assets\mirivoice-logo.ico</ApplicationIcon>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Version>0.0.0</Version>

</PropertyGroup>
<PropertyGroup>
<CFBundleName>MiriVoice</CFBundleName>
Expand Down Expand Up @@ -39,6 +37,18 @@
</dict>
</array>
</CFBundleDocumentTypes>
<AssemblyName>MiriVoice.Main</AssemblyName>
<SignAssembly>False</SignAssembly>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Company>EX3</Company>
<Product>MiriVOice</Product>
<Authors>EX3</Authors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down

0 comments on commit 0767467

Please sign in to comment.