mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-16 16:47:21 +02:00
fix(updater): fix appimage extraction (#784)
* fix updater on linux * review changes * Apply suggestions from code review * change file --------- Co-authored-by: Kris Krolak <krzysiek.krolak@gmail.com>
This commit is contained in:
@@ -62,6 +62,8 @@ pub enum Error {
|
||||
/// Temp dir is not on same mount mount. This prevents our updater to rename the AppImage to a temp file.
|
||||
#[error("temp directory is not on the same mount point as the AppImage")]
|
||||
TempDirNotOnSameMountPoint,
|
||||
#[error("binary for the current target not found in the archive")]
|
||||
BinaryNotFoundInAcrhive,
|
||||
#[error(transparent)]
|
||||
Http(#[from] http::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user