Skip to content

Commit

Permalink
add license to dist zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Sep 14, 2020
1 parent 51c360f commit 1745c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build-dist-zip:
mkdir $(tmpdir)
composer install --no-dev --optimize-autoloader
cp -a app $(tmpdir)
cp LICENSE.txt $(tmpdir)/app
rm -r $(tmpdir)/app/temp/*
chmod 777 $(tmpdir)/app/temp/
cp -a public $(tmpdir)
Expand Down

0 comments on commit 1745c12

Please sign in to comment.