Skip to content

Commit

Permalink
Merge pull request #2211 from hazzik/patch-1
Browse files Browse the repository at this point in the history
Mac: Fix building unified binary
  • Loading branch information
cwensley committed May 5, 2022
2 parents 44977e5 + f5d7804 commit 7d8de5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eto.Mac/build/BundleDotNetCore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<UnifiedFiles Include="$(BaseOutputAppPath)%(MacBundleRuntimeIdentifiers.Identity)\$(MacBundleName).app\**" RuntimeIdentifier="%(MacBundleRuntimeIdentifiers.Identity)" BasePath="$(BaseOutputAppPath)%(MacBundleRuntimeIdentifiers.Identity)\$(MacBundleName).app\" />
<UnifiedFiles TargetPath="$([System.String]::Copy('%(FullPath)').TrimStart('%(BasePath)'))" />
<UnifiedFiles TargetPath="$([System.String]::Copy('%(Identity)').TrimStart('%(BasePath)'))" />
</ItemGroup>

<!-- <Message Importance="high" Text="%(UnifiedFiles.RelativeDir)%(UnifiedFiles.FileName)%(UnifiedFiles.Extension) > %(UnifiedFiles.TargetPath)" /> -->
Expand Down Expand Up @@ -260,4 +260,4 @@
Properties="BaseOutputAppPath=$(PublishDir)" />
</Target>

</Project>
</Project>

0 comments on commit 7d8de5c

Please sign in to comment.