diff --git a/src-tauri/src/client/url_downloader.rs b/src-tauri/src/client/url_downloader.rs index 2441513..5750571 100644 --- a/src-tauri/src/client/url_downloader.rs +++ b/src-tauri/src/client/url_downloader.rs @@ -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, } }