Przeglądaj źródła

Build system: Fix _build/create-release-archive.sh

Daniel Rudolf 7 lat temu
rodzic
commit
ee013f98ee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      _build/create-release-archive.sh

+ 1 - 1
_build/create-release-archive.sh

@@ -17,7 +17,7 @@ mv index.php.dist index.php
 tar -czf "$ARCHIVE" \
 tar -czf "$ARCHIVE" \
     README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md \
     README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md \
     composer.json composer.lock \
     composer.json composer.lock \
-    config content-sample lib plugins themes vendor \
+    assets config content content-sample lib plugins themes vendor \
     .htaccess index.php
     .htaccess index.php
 EXIT=$?
 EXIT=$?