mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
macOS Support (#18)
* replace target_os = "linux" with target_family = "unix" * check correct dir for macos steam files
This commit is contained in:
@@ -5,6 +5,6 @@ pub struct GogSettings {
|
||||
pub enabled: bool,
|
||||
pub location: Option<String>,
|
||||
pub wine_c_drive: Option<String>,
|
||||
#[cfg(target_os = "linux")]
|
||||
#[cfg(target_family = "unix")]
|
||||
pub create_symlinks: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user