Fix include path for release
This commit is contained in:
parent
3b710e082d
commit
c229d7d1fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue