We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1507510 commit eb03596Copy full SHA for eb03596
source/renderer/app/stores/AppUpdateStore.ts
@@ -90,8 +90,10 @@ export default class AppUpdateStore extends Store {
90
);
91
92
setup() {
93
- // Unset `APP-AUTOMATIC-UPDATE-FAILED` on every application startup to try again if we failed in the past;
94
- // otherwise this computer's auto-update would be bricked forever:
+ /**
+ * Unset `APP-AUTOMATIC-UPDATE-FAILED` on every application startup to try again if we failed in the past;
95
+ * Otherwise, this computer's auto-update would be bricked forever:
96
+ */
97
this.unsetAppAutomaticUpdateFailedRequest.execute().then((result) => {
98
logger.info('Resetting the APP-AUTOMATIC-UPDATE-FAILED flag on startup');
99
});
0 commit comments