mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Create symlinks on linux
This commit is contained in:
@@ -4,5 +4,8 @@ use serde::{Deserialize, Serialize};
|
||||
pub struct GogSettings {
|
||||
pub enabled: bool,
|
||||
pub location: Option<String>,
|
||||
pub wine_c_drive: Option<String>
|
||||
pub wine_c_drive: Option<String>,
|
||||
#[cfg(target_os = "linux")]
|
||||
pub create_symlinks: bool,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user