feat(updater): Add .deb Package Support to Linux Updater (#1991)

This commit is contained in:
jLynx
2024-11-27 00:48:37 +13:00
committed by GitHub
parent c665818395
commit f8f2eefe03
3 changed files with 178 additions and 4 deletions
+6
View File
@@ -63,6 +63,12 @@ pub enum Error {
TempDirNotOnSameMountPoint,
#[error("binary for the current target not found in the archive")]
BinaryNotFoundInArchive,
#[error("failed to create temporary directory")]
TempDirNotFound,
#[error("Authentication failed or was cancelled")]
AuthenticationFailed,
#[error("Failed to install .deb package")]
DebInstallFailed,
#[error("invalid updater binary format")]
InvalidUpdaterFormat,
#[error(transparent)]