You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we can mark the updater file and folder with MOVEFILE_DELAY_UNTIL_REBOOT so it gets removed on next boot like what NSIS uninstaller does? Maybe not, MOVEFILE_DELAY_UNTIL_REBOOT requires admin right
Maybe we can mark the updater file and folder with MOVEFILE_DELAY_UNTIL_REBOOT so it gets removed on next boot like what NSIS uninstaller does? Maybe not, MOVEFILE_DELAY_UNTIL_REBOOT requires admin right
Updater plugin can check if the path exists on startup and delete them on all platforms
By the way it happened with NSIS
It's quite tricky to make self deleting executables on Windows, so probably storing the updater's path somewhere and delete them with the updater plugin on next launch would be a good idea
Describe the problem
Currently when updating tauri app in Windows 11 the updater files kept in %tmp%. eg.
C:\Users%username%\AppData\Local\Temp\vibe-2.6.8-updater-VNnPSJ
thewh1teagle/vibe#410 (comment)
Describe the solution you'd like
Clean the files when the app start automatically in updater, or after updating.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: