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

Auto updating not working (?) and setting not visible on Windows #4369

Open
Abestanis opened this issue Dec 22, 2024 · 0 comments
Open

Auto updating not working (?) and setting not visible on Windows #4369

Abestanis opened this issue Dec 22, 2024 · 0 comments

Comments

@Abestanis
Copy link

Abestanis commented Dec 22, 2024

  • Etcher version: 1.19.25

  • Operating system and architecture: Windows x64

  • Image flashed: None

  • What do you think should have happened: I should be able to auto-update the program and I should be able to configure automatic updates in the settings.

  • What happened: It's not clear whether auto-update is working and there is no setting for it in the settings screen.

  • Do you see any meaningful error information in the DevTools?

     _____ _       _
    |  ___| |     | |
    | |__ | |_ ___| |__   ___ _ __
    |  __|| __/ __| '_ \ / _ \ '__|
    | |___| || (__| | | |  __/ |
    \____/ \__\___|_| |_|\___|_|
    
    Interested in joining the Etcher team?
    Drop us a line at [email protected]
    
    Version = 1.19.25, Type = local
    
    Settings screen

    Settings screen

I downloaded the installer from your website, which seems to have linked to balenaEtcher-1.19.25.Setup.exe on the GitHub release page. The issue is most likely, that the packageType of the distributed prebuild binary is set to local as indicated by the log, but the settings entry is not shown for that type:

if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
list.push({
name: 'updatesEnabled',
label: i18next.t('settings.autoUpdate'),
});
}

Or is auto updating just no longer supported on Windows when downloading it from the website?

This seems similar to #2730 but not related since the package type in the logs of that issue are set to nsis.

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

1 participant