Skip to content
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 is disabled because the app is not packaged #75

Closed
Nitingadhiya opened this issue Jan 28, 2020 · 4 comments
Closed

Update is disabled because the app is not packaged #75

Nitingadhiya opened this issue Jan 28, 2020 · 4 comments

Comments

@Nitingadhiya
Copy link

Hello,
I'm new in electron.js and have facing issue "Update is disabled because the app is not packaged".
can you please help us how to fix it?

Step 1 : I have clone your git Repo and go to example folder then got to Terminal, run "npm install".
Step 2 : In terminal Run "electron ." command.
Step 3: Face above issue

Thanks.

@megahertz
Copy link
Owner

Hi. Updater works only when your application is packaged using electron-builder and is ready to deliver to end user.

@Nitingadhiya
Copy link
Author

How can i check auto updater functionality during developing time? @megahertz

@megahertz
Copy link
Owner

Unfortunately, there is no easy way. If you just want to quickly test this feature you need to make a beta build and deploy it to a test server. Than you can perform manual testing.

If you would like to make automated test you need to dive deeper into it. It requires much more time. For example, I use the project to test updater on Linux.

@zhubinsheng
Copy link

i think it is nessnecessary
esary to Update when the app is not packaged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants