Skip to content

fix: Comment out update logic in the update function to prevent crash…#205

Merged
felix-schultz merged 1 commit intoalphafrom
dev
Aug 18, 2025
Merged

fix: Comment out update logic in the update function to prevent crash…#205
felix-schultz merged 1 commit intoalphafrom
dev

Conversation

@felix-schultz
Copy link
Copy Markdown
Member

This pull request makes a targeted change to the update command in apps/desktop/src-tauri/src/lib.rs to address stability issues on Windows. Specifically, it comments out the auto-update logic that was causing crashes due to main thread overflow.

Stability improvements:

  • Commented out the section of code in the update command that checks for, downloads, and installs updates, as this was leading to crashes (main thread overflow) on Windows platforms. The update logic is now disabled to prevent these issues.…

@felix-schultz felix-schultz merged commit 8fe23c0 into alpha Aug 18, 2025
1 of 5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant