Rename appstream.pkgar to repo-appstream.pkgar to prevent conflicts

This commit is contained in:
Jeremy Soller 2025-11-01 17:45:39 -06:00
parent d01f20ddfd
commit a980bb1ab7
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -99,7 +99,7 @@ fn publish_packages(recipe_list: Vec<String>, repo_dir: String) -> anyhow::Resul
.join("build")
.join(&target)
.join("appstream");
let appstream_pkg = repo_path.join("appstream.pkgar");
let appstream_pkg = repo_path.join("repo-appstream.pkgar");
fs::remove_dir_all(&appstream_root).ok();
fs::remove_file(&appstream_pkg).ok();