-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “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? Sign in to your account
[bug] Updater - Tauri API error: Invalid cross-device link (os error 18) #4500
Comments
Arch Linux uses tmpfs for the default tmp dir ( |
@lemarier I reported this a couple months ago, do you think we can catch this error and change the temp dir? |
The error happens when we use rename.
|
Thanks @lucasfernog. Looking forward to seeing this reflected in the npm package. |
This is occurring for macos with tauri v1.2.1 |
Describe the bug
During the installUpdate() call, I receive the error "Tauri API error: Invalid cross-device link (os error 18)". I'm using a statically hosted update file following the Update File JSON Format. I have the updater dialog set to false. I'm trying to update an AppImage.
I found another "Invalid cross-device link" error in an unrelated python project.
Reproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: