mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Include PathNotDefined in windows builds
This commit is contained in:
@@ -10,7 +10,6 @@ use failure::*;
|
||||
|
||||
#[derive(Debug, Fail)]
|
||||
pub enum EpicGamesManifestsError {
|
||||
#[cfg(target_os = "linux")]
|
||||
#[fail(display = "Path to EpicGamesLauncher not defined, it must be defined on linux")]
|
||||
PathNotDefined,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user