From 455ebbcb16d54b402dc36f976b098d0653cc5c8b Mon Sep 17 00:00:00 2001 From: Marcus Soll Date: Wed, 23 Sep 2020 19:13:29 +0200 Subject: [PATCH] Added licence download to make release --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 97929d8..70e7af0 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ dist: clean release: dist cp gerberos.toml gerberos.service dist + wget -O dist/LICENCE_BurntSushi_toml https://raw.githubusercontent.com/BurntSushi/toml/master/COPYING + wget -O dist/LICENCE_golang_go https://raw.githubusercontent.com/golang/go/master/LICENSE cd dist && tar czvf gerberos.tar.gz * run: dist