mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
fix: Make download_type for url downloads use DownloadType::Tool
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user