Merge pull request #1278 from matthiasbeyer/imag-init/fix-release-build-include-string-path

imag-init: fix release build include string path
This commit is contained in:
Matthias Beyer 2018-02-11 17:55:27 +01:00 committed by GitHub
commit 4c95625def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
../../../imagrc.toml

View File

@ -45,7 +45,8 @@ 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
#