Skip to content

Commit

Permalink
Mac: Fix universal binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkvca committed Jan 29, 2024
1 parent db8e205 commit 8809abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eto.Mac/build/BundleDotNetCore.targets
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

<!-- <Message Importance="high" Text="%(UnifiedFiles.RelativeDir)%(UnifiedFiles.FileName)%(UnifiedFiles.Extension) > %(UnifiedFiles.TargetPath)" /> -->
Expand Down

0 comments on commit 8809abf

Please sign in to comment.