Skip to content

Commit

Permalink
Merge pull request #2612 from jnkvca/fix/macos-universal-binary-build
Browse files Browse the repository at this point in the history
Mac: Fix universal binary build
  • Loading branch information
cwensley authored Jan 31, 2024
2 parents db8e205 + 8809abf commit e5ec4de
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 e5ec4de

Please sign in to comment.