fix: Make download_type for url downloads use DownloadType::Tool
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
parent
69c71de5cd
commit
ae6935554f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue