deb: allow adding multiple ppas for deps
Some checks failed
CI / build (push) Failing after 13m29s
CI / snap (push) Has been skipped

This commit is contained in:
2026-02-19 15:36:08 +01:00
parent 02dbb41219
commit dce39c9a84
3 changed files with 61 additions and 46 deletions

View File

@@ -23,7 +23,7 @@ pub async fn build_binary_package(
cwd: Option<&Path>,
cross: bool,
mode: Option<BuildMode>,
ppa: Option<&str>,
ppa: Option<&[&str]>,
inject_packages: Option<&[&str]>,
) -> Result<(), Box<dyn Error>> {
let cwd = cwd.unwrap_or_else(|| Path::new("."));