Added logo to artifact files

This commit is contained in:
Chris Kankiewicz
2020-01-20 11:00:00 -07:00
parent e2ff7ce646
commit fb748df671

View File

@@ -1,4 +1,4 @@
ARTIFACT_FILES=app node_modules vendor .env.example LICENSE mix-manifest.json README.md index.php
ARTIFACT_FILES=app node_modules vendor .env.example directory-lister.svg LICENSE mix-manifest.json README.md index.php
ARTIFACT_NAME="DirectoryLister-$$(git describe --tags --exact-match HEAD 2> /dev/null || git rev-parse --short HEAD)"
dev development: # Build application for development