Skip to content

Commit

Permalink
Added licence download to make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Ranger committed Sep 23, 2020
1 parent 5a5decd commit 455ebbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 455ebbc

Please sign in to comment.