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:
@@ -9,4 +9,7 @@ where
|
||||
fn name(&self) -> &str;
|
||||
|
||||
fn get_shortcuts(&self) -> Result<Vec<T>, E>;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
fn create_symlinks(&self) -> bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user