Update install.sh

This commit is contained in:
realbotty 2021-02-23 22:32:30 +08:00 committed by GitHub
parent d3a9b60516
commit 25120f0f3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ if [ -d "$DEST_DIR/McMojave-cursors" ]; then
rm -r "$DEST_DIR/McMojave-cursors" rm -r "$DEST_DIR/McMojave-cursors"
fi fi
cp -pr dist $DEST_DIR/McMojave-cursors mkdir -p $DEST_DIR && cp -pr dist $DEST_DIR/McMojave-cursors
echo "Finished..." echo "Finished..."