mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 23:01:10 +00:00
Auto-detect building on macOS ARM (#10539)
This commit is contained in:
parent
7912a942f7
commit
64122b4cfb
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
|||
<PropertyGroup Condition="'$(IsOSX)' == 'true' and
|
||||
'$(RuntimeIdentifier)' == ''">
|
||||
<_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier>
|
||||
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
|
||||
<RuntimeIdentifier>osx-$(Architecture)</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue