-
Notifications
You must be signed in to change notification settings - Fork 55
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
works with electron-builder #31
Labels
Comments
@zh99998 it's actual problem, need to investigate this |
Closed
@zh99998 will get support in version |
Any update on when version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can't run with electron-builder dist package
Image: Imgur
in fact, this executable is in
/Users/zh99998/mycard/dist/mac/MyCard.app/Contents/Resources/app.asar.unpacked/node_modules/electron-sudo/dist/bin
notice
app.asar.unpacked
during packaging, it says:
node_modules/electron-sudo is not packed into asar archive - contains executable code
and then leaves it in app.asar.unpacked under Resources root.
further more, I can't code sign my package (it will automatically done with with electron-builder before)
seems it caused by this executable file and maybe can solved by some manually codesign command call, but I googled it for several hours and can't get it work....
I can provide a apple developer certificate if it helps to debug.
The text was updated successfully, but these errors were encountered: