RPM installation

This commit is contained in:
Krzysztof Andrelczyk
2025-03-03 23:57:48 +01:00
parent ae7a2e3198
commit dc75b76c0a
3 changed files with 35 additions and 22 deletions
@@ -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());