Removed default config from build

This commit is contained in:
Antoine Gersant 2017-07-08 17:55:06 -07:00
parent 2351d62b67
commit fc21e3a9b3

View file

@ -4,7 +4,6 @@ mkdir -p release/tmp
echo "Copying package files"
cp -r web src Cargo.toml Cargo.lock res/unix/Makefile release/tmp
cp res/default_config.toml release/tmp/polaris.toml
echo "Creating tarball"
POLARIS_VERSION=$(grep -m 1 ^version Cargo.toml | awk '{print $3}' | tr -d '"\r\n')