You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Marcus10110 thanks for filing this issue! This should be resolved with #169 😺
You can look forward to a new release later this week and the *.so files will be included automatically too.
The walkAsync function, which locates all files to sign, does not identify *.so files, however it does identify binary files, *.dylib, and *.node files.
https://github.com/electron/electron-osx-sign/blob/caef6a5893dc223d80b31f926c6ae2ebd62787c7/util.js#L229
*.so files are valid on MacOS, and we use them for plugins in our application.
I found this problem when trying to notarize our application. None of our so files were signed.
The text was updated successfully, but these errors were encountered: