Fix include path for release

This commit is contained in:
Matthias Beyer 2018-02-10 15:08:40 +01:00
parent 3b710e082d
commit c229d7d1fc

View file

@ -45,7 +45,7 @@ use std::path::PathBuf;
use std::path::Path;
use std::process::Command;
const CONFIGURATION_STR : &'static str = include_str!("../../../../imagrc.toml");
const CONFIGURATION_STR : &'static str = include_str!("../../../../../../../imagrc.toml");
const GITIGNORE_STR : &'static str = r#"
# We ignore the imagrc.toml file by default
#