#4635 Extra information about what gets copied where.

This commit is contained in:
Joseph Lenox 2018-12-30 11:53:27 -06:00 committed by Joseph Lenox
parent 53aac950b2
commit 63c7d68140

View File

@ -76,7 +76,7 @@ fi
echo "Creating new app folder: $appfolder"
mkdir -p $appfolder
echo "Copying resources..."
echo "Copying resources... from ${SLIC3R_DIR}/var to $resourcefolder"
cp -rf ${SLIC3R_DIR}/var $resourcefolder/
echo "Copying Slic3r..."