From 122112edaf3d26a186e2d8b9b293692f5c275381 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Tue, 15 Oct 2019 17:51:27 +0200 Subject: [PATCH] Include license in build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0ff9506..d328d14 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ VERSION = $(shell grep '"version"' ./src/metadata.json | sed 's/.*\s\([0-9.]*\), build: clean mkdir -p ./build/$(UUID) cp -r ./src/* ./build/$(UUID) + cp ./LICENSE ./build/$(UUID) .PHONY: install install: build