From ee013f98ee12ac284daa7e57063f8d82564b017e Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 12 Oct 2017 15:06:22 +0200 Subject: [PATCH] Build system: Fix _build/create-release-archive.sh --- _build/create-release-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/create-release-archive.sh b/_build/create-release-archive.sh index d5c2cd4..a1fd763 100755 --- a/_build/create-release-archive.sh +++ b/_build/create-release-archive.sh @@ -17,7 +17,7 @@ mv index.php.dist index.php tar -czf "$ARCHIVE" \ README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md \ composer.json composer.lock \ - config content-sample lib plugins themes vendor \ + assets config content content-sample lib plugins themes vendor \ .htaccess index.php EXIT=$?