Update install.sh
This commit is contained in:
parent
d3a9b60516
commit
25120f0f3c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -d "$DEST_DIR/McMojave-cursors" ]; then
|
|||
rm -r "$DEST_DIR/McMojave-cursors"
|
||||
fi
|
||||
|
||||
cp -pr dist $DEST_DIR/McMojave-cursors
|
||||
mkdir -p $DEST_DIR && cp -pr dist $DEST_DIR/McMojave-cursors
|
||||
|
||||
echo "Finished..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue