fix: also replace download URLs

This commit is contained in:
2025-04-30 07:35:54 +00:00
parent 2dad0de4f1
commit edef5cc6dc
3 changed files with 7 additions and 3 deletions

View File

@ -109,7 +109,7 @@ impl Package {
loc: None,
rmt: Some(Remote {
package_url: p.package_url,
download_url: v.download_url,
download_url: v.download_url.replace("https://rainy.patafour.zip/", "https://www.rainycolor.org/"),
icon: v.icon,
deprecated: p.is_deprecated,
nsfw: p.has_nsfw_content,