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

View file

@ -45,7 +45,7 @@ use std::path::PathBuf;
use std::path::Path; use std::path::Path;
use std::process::Command; 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#" const GITIGNORE_STR : &'static str = r#"
# We ignore the imagrc.toml file by default # We ignore the imagrc.toml file by default
# #