summaryrefslogtreecommitdiffstats
path: root/src/launcher/jre/manifest.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-22 19:03:31 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-22 19:03:31 -0600
commitb2edba152d0256a8921f3a25d67a062163a54f59 (patch)
tree0bdc8b1ea4fedbb4d18c8347da76884c381b45b9 /src/launcher/jre/manifest.rs
parentmore jre download stuff (diff)
finish downloaded jres
Diffstat (limited to 'src/launcher/jre/manifest.rs')
-rw-r--r--src/launcher/jre/manifest.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/launcher/jre/manifest.rs b/src/launcher/jre/manifest.rs
index 41780d0..887871a 100644
--- a/src/launcher/jre/manifest.rs
+++ b/src/launcher/jre/manifest.rs
@@ -27,8 +27,8 @@ pub type JavaRuntimesManifest = HashMap<String, HashMap<String, Vec<JavaRuntimeI
#[derive(Debug, Deserialize)]
pub struct FileDownloads {
- lzma: Option<DownloadInfo>,
- raw: DownloadInfo
+ pub lzma: Option<DownloadInfo>,
+ pub raw: DownloadInfo
}
#[derive(Debug, Deserialize)]