-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix all errors when creating the executable file #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, good you updated the daemon, node and dotnet versions.
A couple of minor fixes and then this will be merged.
dev-app-update.yml
Outdated
@@ -0,0 +1,4 @@ | |||
owner: block-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this file, it should not be included, only used for testing the auto-update feature in development mode.
A comment from electron-userland:
"dev-app-update.yml is only and only for testing during development and unpacked. And it is advanced feature. Consider to test using packed app."
You added this because you get an 404? Instead we should improve the checks in the code.
Consider adding a dependency on this package: https://github.com/sindresorhus/electron-is-dev
Then only running "autoUpdater.checkForUpdates()" in production.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As others comments: "You should not use electron updater in the dev mode."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK . I deleted it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
No description provided.