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

chore: macOS notarizing #1365

Merged
merged 5 commits into from
Mar 10, 2020
Merged

chore: macOS notarizing #1365

merged 5 commits into from
Mar 10, 2020

Commits on Mar 10, 2020

  1. chore: macOS notarizing

    This adds scripts that run electron-notarize
    as additional manual or build steps on darvin runtime, loosly following
    https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/
    
    Context:
    #1211
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    bbf04e5 View commit details
    Browse the repository at this point in the history
  2. fix: go-ipfs binary notarization on macOS

    electron-userland/electron-builder#3940 (comment)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f34c9d0 View commit details
    Browse the repository at this point in the history
  3. chore: electron-builder 22.4.0

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    56e997e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5304c0c View commit details
    Browse the repository at this point in the history
  5. refactor: electron-notarize-dmg for CLI notarization

    electron-notarize-dmg is electron-notarize but supports DMG without
    stapling (which is what we want for now)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0537b48 View commit details
    Browse the repository at this point in the history