From 71def3a9708950390e3c2616cd3acca388e68f7b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 1 Feb 2014 20:23:02 +0100 Subject: [PATCH] Don't include resource fork crap in builds (fixes #48) --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 95eb41851..f11232112 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +export COPYFILE_DISABLE=true + version=$(git describe --always) buildDir=dist