Skip to content

Commit

Permalink
Add missing files to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Nov 29, 2018
1 parent 4995cdc commit 30049f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ cd ../
mkdir dist/
mkdir dist/js/

cp LICENSE dist/
cp README.md dist/
cp -r Models dist/
cp -r "function" dist/
cp js/admin.min.js dist/js/
cp js/bundle.min.js dist/js/
cp README.md dist/
cp admin_chart.inc.php dist/
cp admin_fingerprint.inc.php dist/
cp admin_sid.inc.php dist/
cp admin_user.inc.php dist/
Expand Down

0 comments on commit 30049f0

Please sign in to comment.