Skip to content

Commit 513376b

Browse files
committed
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2 parents 80b07ee + 201a001 commit 513376b

File tree

5 files changed

+165
-67
lines changed

5 files changed

+165
-67
lines changed

Cargo.lock

Lines changed: 120 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ codegen-units = 1
3939
lto = true
4040
incremental = false
4141
opt-level = "s"
42+
43+
[patch.crates-io]
44+
tauri = { git = "https://github.com/tauri-apps/tauri", rev = "232265c70e1c213bbb3f84b5541ddc07d330fce1" }

plugins/updater/src/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ pub enum Error {
3030
/// Operating system is not supported.
3131
#[error("Unsupported OS, expected one of `linux`, `darwin` or `windows`.")]
3232
UnsupportedOs,
33-
/// Can't determine which type of installer was used for the app
34-
#[error("Couldn't determinet installation method")]
35-
UnknownInstaller,
3633
/// Failed to determine updater package extract path
3734
#[error("Failed to determine updater package extract path.")]
3835
FailedToDetermineExtractPath,

0 commit comments

Comments
 (0)