Skip to content

Commit

Permalink
Add macOS icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed May 11, 2024
1 parent 7e73ed4 commit e9f4694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Refresher/Refresher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<TargetFramework Condition="!$(IsWindows)">net8.0</TargetFramework>
<TargetFramework Condition="$(IsWindows)">net8.0-windows</TargetFramework>
<RuntimeIdentifiers Condition="$(IsOSX)">osx-x64;osx-arm64</RuntimeIdentifiers>
<ApplicationIcon>Resources\refresher.ico</ApplicationIcon>
<ApplicationIcon Condition="!$(IsOSX)">Resources\refresher.ico</ApplicationIcon>
<ApplicationIcon Condition="$(IsOSX)">Resources\refresher.icns</ApplicationIcon>
<BuiltInComInteropSupport Condition="'$(TargetFramework)' == 'net8.0-windows'">true</BuiltInComInteropSupport>
</PropertyGroup>

Expand Down
Binary file added Refresher/Resources/refresher.icns
Binary file not shown.

0 comments on commit e9f4694

Please sign in to comment.