Skip to content

Commit 901144d

Browse files
committed
i forgor to commit this
1 parent f28769d commit 901144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/mod_file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pub struct ModResources {
192192
}
193193

194194
#[derive(Deserialize, Hash, PartialEq, Eq)]
195-
#[serde(rename_all = "camelCase")]
195+
#[serde(rename_all = "lowercase")]
196196
pub enum PlatformName {
197197
Windows,
198198
MacOS,

0 commit comments

Comments
 (0)