-
Notifications
You must be signed in to change notification settings - Fork 233
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
Update package.json
for packaging as application
#21
Comments
I'm also having trouble getting it to work. It works great when I remove pycalcdist. When I run the api executable by clicking on it, I get the following error
|
Hi all, I am sorry that I haven't maintained the repo for some dates. unable to package zeromq(#22 is the same issue I think. @asakiasako) @lzkelley have you solved the issue yet? The point is, I had NOT updated the Although I wrote this in "devDependencies": {
"electron": "^1.7.6",
"electron-packager": "^9.0.1"
} I only tested on the exact versions at that time. Maybe it's possible to reproduce the successful packaging using the exact versions? Have you tried that? I will look into the issue and try to update if possible in near future. py errorOn the other hand, @ChrisCruze's issue seemed to happen on python part instead of something about packaging. Can you successfully run the core functions only on python part by reading this? If not, maybe you want to reinstall the python library again. |
In the blog post, you have a section on creating a packaged application. I'm having some trouble getting it to work, however. Did you make any modifications to the
package.json
file? i.e. did you add anextraResources
section to thebuild
instructions so thatelectron-packager
knows to include it? Thanks!The text was updated successfully, but these errors were encountered: