Fix darwin binaries after copying

This commit is contained in:
2022-05-13 11:58:01 +02:00
parent 48aee1e76c
commit db4e411dfd
5 changed files with 25 additions and 49 deletions

View File

@@ -1033,6 +1033,8 @@ darwinNotarization Darwin path = exec
darwinNotarization _ _ = pure $ Right ()
getChangeLog :: GHCupDownloads -> Tool -> Either Version Tag -> Maybe URI
getChangeLog dls tool (Left v') =
preview (ix tool % ix v' % viChangeLog % _Just) dls