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

Add option to disable app auto-update #9454

Open
mmmarcos opened this issue Jan 29, 2025 · 2 comments
Open

Add option to disable app auto-update #9454

mmmarcos opened this issue Jan 29, 2025 · 2 comments
Assignees
Labels
A-Client Area: Parsec desktop application
Milestone

Comments

@mmmarcos
Copy link
Contributor

Alternatives suggested by @Max-7:

  1. Disable it directly on the Electron side, and simply do not instantiate the updater.
    • The easiest way to do this at present is in hard code, but can also be done via the config file with a bit of fiddling, not very complicated.
  2. Disable the event on the app frontend so nothing will be displayed.
    • This is the case for web applications, for example, where electron doesn't emit an event to tell you that an update is available.

The first is probably the best, as there's no point in requesting github and downloading if you want to disable it. It's not complicated to do, but it's a pain to test.

@mmmarcos mmmarcos added the A-Client Area: Parsec desktop application label Jan 29, 2025
@mmmarcos
Copy link
Contributor Author

Related issue: #7100

@mmmarcos
Copy link
Contributor Author

Discussed today: use an ENV var to create a specific build that does not check for update.

The option for the end-user (issue #7100) can be implemented later.

@mmmarcos mmmarcos added this to the v3.3 milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Client Area: Parsec desktop application
Projects
None yet
Development

No branches or pull requests

2 participants