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

Cannot be opened ecause the developer cannot be verified #77

Closed
gergof opened this issue Jul 12, 2021 · 3 comments
Closed

Cannot be opened ecause the developer cannot be verified #77

gergof opened this issue Jul 12, 2021 · 3 comments

Comments

@gergof
Copy link

gergof commented Jul 12, 2021

I use this app in an electron application which is signed and notarized correctly. After installing this library I get the error mentioned in the title. How could I resolve this?

@sindresorhus
Copy link
Owner

You need to notarize bundled binaries too. The provided binary here cannot be notarized as binaries cannot be directly notarized. They need to be in a container like an app bundle or ZIP file.

@gergof
Copy link
Author

gergof commented Jul 12, 2021

Thanks for the quick reply! Can you give me any indication on how to do that?

@gergof
Copy link
Author

gergof commented Jul 14, 2021

I've created a fork of this repo which uses node addons instead of bundled executables which resolves my problem. I also migrated it to typescript.

It can only get the wallpapers for now, but I will add the set functionality later.

https://github.com/gergof/node-wallpaper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants