-
Notifications
You must be signed in to change notification settings - Fork 84
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
_this.packager is not a function #248
Labels
Comments
Closed
Hello @gunnartorfis, I fixed the problem with import, but I don't know when it will be released |
not sure if this is still relevant for you but should be fixed in 2.2.5 |
Thanks! That did the job 👏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if this is a bug with meteor-desktop or electron-packager - or if I'm doing something wrong.
I run my app locally with:
meteor --mobile-server=127.0.0.1:3000
in one taband in another tab
npm run desktop -- --scaffold
And everything works as you'd expect.
But when I try to package my application to .app/.exe using
npm run desktop -- package
I get an error:
Am I missing something?
The text was updated successfully, but these errors were encountered: