From fb748df67144bba1751777842be6bd8fdb02d475 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 20 Jan 2020 11:00:00 -0700 Subject: [PATCH] Added logo to artifact files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d400872..4ed8ff4 100644 --- a/Makefile +++ b/Makefile @@ -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