-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: add force flag to codesign to avoid already signed error #1756
Conversation
Hey, anything I can do to help get this merged in? |
I would like to know @jesec opinion about this as he has more experience then me regarding mac OS things, dunno if that flag could break older OS? |
The flag is just a force flag, it is very old and compatible with other os |
The flag is compatible and It doesn't take any wrong effects.
|
@jesec ping |
Bump |
This pull-request is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this pull-request entirely you can add the no-stale label |
@jesec bump again |
FYI @robertsLando seems like the failed run is a non issue. |
@brianunlam @robertsLando Would you resolve this issue? I don't have any permission to commit this. |
@robertsLando can a release version be tagged with this change? |
@Mikescops Need to speak with @leerob and @baparham about that |
…#1756) Co-authored-by: Daniel Lando <daniel.sorridi@gmail.com>
It adds force flag to codesign utility to avoid errors when an existing sign prevents a new sign.
It solves #1574