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.jsonfile? i.e. did you add anextraResourcessection to thebuildinstructions so thatelectron-packagerknows to include it? Thanks!The text was updated successfully, but these errors were encountered: