Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: don't lipo binaries that are identical in the x64 and arm64 versions and match an allowlist #47

Merged
merged 2 commits into from
Jun 1, 2022

Commits on Jun 1, 2022

  1. fix: Don’t lipo binaries that are already a universal file or the sam…

    …e arch electron#17
    
    Some Mach-O files may have already been fat binaries and will throw an error if lipoed again.
    
    Co-authored-by: Mitch Cohen <[email protected]>
    Co-authored-by: Nick McGuire <[email protected]>
    3 people authored and obra committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ff0b40b View commit details
    Browse the repository at this point in the history
  2. Add a x64ArchFiles config key to allow allow-listing of files that ar…

    …e only always x64Arch
    obra committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    dacd764 View commit details
    Browse the repository at this point in the history