Skip to content

epic: Improve App Installation / Update Reliability (Tauri Migration & Patch Failures) #4890

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

Open
louis-menlo opened this issue Apr 11, 2025 · 1 comment
Assignees
Labels
type: epic A major feature or initiative

Comments

@louis-menlo
Copy link
Contributor

louis-menlo commented Apr 11, 2025

Issue: Improve App Update Reliability (Tauri Migration & Patch Failures)

Problem:
There are many issues with the current app update mechanism.

  1. Failed Restarts: Updates complete but app hangs or crashes on restart.
  2. Version Stagnation: App restarts but runs the old version (changes not applied).
  3. Partial Updates: Corrupted downloads or incomplete file replacements.

Also when moving from Electron to Tauri, there could be a break.

Additionally

  • Would it be great to allow user to set app path when installting?

Let me choose the install location instead. Or make the app reasonably small and let me choose where to download the models to.

@github-project-automation github-project-automation bot moved this to Investigating in Menlo Apr 11, 2025
@louis-menlo louis-menlo changed the title task: Improve App Update Reliability (Tauri Migration & Patch Failures) task: Improve App Installation / Update Reliability (Tauri Migration & Patch Failures) Apr 11, 2025
@louis-menlo louis-menlo changed the title task: Improve App Installation / Update Reliability (Tauri Migration & Patch Failures) epic: Improve App Installation / Update Reliability (Tauri Migration & Patch Failures) Apr 11, 2025
@louis-menlo louis-menlo added type: feature request A new feature type: epic A major feature or initiative and removed type: feature request A new feature labels Apr 11, 2025
@louis-menlo louis-menlo mentioned this issue Apr 22, 2025
3 tasks
@vansangpfiev
Copy link

vansangpfiev commented Apr 24, 2025

When testing auto updater on Windows, we encountered some issues:

  • As https://tauri.app/plugin/updater/ the default installMode is passive but we still see a basic user interface shown
  • The Tauri default installation path is $LOCALAPPDATA\${PRODUCTNAME}. Therefore, we need to use a custom .nsi template since the current default path is $LOCALAPPDATA\Programs\${PRODUCTNAME}

Update:

The first issue can be resolved by using a custom template to enable passive mode

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
type: epic A major feature or initiative
Projects
Status: No status
Status: Investigating
Development

No branches or pull requests

2 participants