diff --git a/prepare-upload.sh b/prepare-upload.sh index a394dd84a..c8030c13d 100755 --- a/prepare-upload.sh +++ b/prepare-upload.sh @@ -25,6 +25,7 @@ cp site/cfg.php upload/ cp site/composer.json upload/ cp -r site/JPGC upload/ cp site/dat/out.xml upload/dat/ +cp -r site/files upload/ 2>/dev/null || true php --version curl -sS https://getcomposer.org/installer | php