From 204369158e57056dfc64fbff62fbe6a571034913 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 18 Apr 2023 16:41:35 +0200 Subject: [PATCH] 1.0.10 - got rid of `wine.files.winecfg` field --- Cargo.toml | 2 +- src/components/wine.rs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ecd95b..21b25de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.0.9" +version = "1.0.10" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/components/wine.rs b/src/components/wine.rs index d0a1c9b..9140bbf 100644 --- a/src/components/wine.rs +++ b/src/components/wine.rs @@ -273,8 +273,7 @@ pub struct Files { pub wine: String, pub wine64: Option, pub wineserver: Option, - pub wineboot: Option, - pub winecfg: Option + pub wineboot: Option } #[derive(Debug, Clone, PartialEq, Eq)]