setpack.sh automaticly delete README.md and LICENSE in destination

This commit is contained in:
KikooDX 2020-05-13 14:28:14 +02:00
parent 9c0d298db2
commit 7706c35b28
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
for FOLDER in "$@";do
cp -r $FOLDER/* assets-cg/img/
done
rm assets-cg/img/README.md
rm assets-cg/img/LICENSE