Fixed casing for slic3r

This commit is contained in:
Joseph Lenox 2018-08-19 21:29:35 -05:00
parent 8f65bf7f62
commit 1123c68f50

View File

@ -66,7 +66,7 @@ echo "Copying resources..."
cp -rf $SLIC3R_DIR/var $resourcefolder/
echo "Copying Slic3r..."
cp $SLIC3R_DIR/slic3r $archivefolder/Slic3r
cp $SLIC3R_DIR/Slic3r $archivefolder/Slic3r
mkdir $archivefolder/bin
echo "Installing libraries to $archivefolder/bin ..."