mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-03-03 17:03:03 +00:00
allow file renaming
This commit is contained in:
@@ -17,6 +17,8 @@ pub struct Game<'a> {
|
||||
pub bonus: Vec<&'a str>,
|
||||
pub delete: Vec<&'a str>,
|
||||
pub required: Vec<&'a str>,
|
||||
#[serde(default)]
|
||||
pub rename: Vec<(&'a str, &'a str)>,
|
||||
}
|
||||
|
||||
impl Game<'_> {
|
||||
|
||||
Reference in New Issue
Block a user