fix: Make download_type for url downloads use DownloadType::Tool

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-06-05 18:06:07 +10:00
parent 69c71de5cd
commit ae6935554f

View File

@ -132,7 +132,7 @@ impl Downloadable for URLDownloader {
DownloadableMetadata {
id: self.id.clone(),
version: Some(self.version.clone()),
download_type: DownloadType::Game,
download_type: DownloadType::Tool,
}
}