mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-21 19:27:17 +02:00
RPM installation
This commit is contained in:
@@ -372,15 +372,13 @@ fn update_app() {
|
||||
.1,
|
||||
);
|
||||
c
|
||||
} else if matches!(bundle_target, BundleTarget::AppImage) {
|
||||
} else {
|
||||
Command::new(
|
||||
&test_cases(&root_dir, "0.1.0", target.clone())
|
||||
.first()
|
||||
.unwrap()
|
||||
.1,
|
||||
)
|
||||
} else {
|
||||
Command::new(root_dir.join("target/debug/app-updater"))
|
||||
};
|
||||
|
||||
binary_cmd.env("TARGET", bundle_target.name());
|
||||
|
||||
Reference in New Issue
Block a user