Skip to content

Commit

Permalink
💡 Update linux comment for shouldDisableUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
NovusTheory committed Jan 28, 2024
1 parent 0213bde commit 250ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Expand Up @@ -233,7 +233,7 @@ log.info("Created memory store");

function shouldDisableUpdates() {
// macOS can't have auto updates without a code signature
// linux is not supported on the update server and the application hangs as a result https://github.com/ytmdesktop/ytmdesktop/issues/1247
// linux is not supported on the update server https://github.com/ytmdesktop/ytmdesktop/issues/1247 (hanging issue resolved)
if (process.platform !== "win32") return true;
}

Expand Down

0 comments on commit 250ed70

Please sign in to comment.