Revert "Fix include path for release"

This reverts commit c229d7d1fc.
This commit is contained in:
Matthias Beyer 2018-02-10 15:14:03 +01:00
parent c461af6a07
commit 35bc1009f2
1 changed files with 1 additions and 1 deletions

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
#