Skip to content

Commit

Permalink
fix copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Oct 17, 2024
1 parent 3dbd616 commit bf6596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy-to-maxi-media-player.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
rsync --exclude='copy-to-maxi-media-player.sh' --exclude='*.DS_Store' --exclude='coverage' --exclude='node_modules' --exclude='.git' --exclude='.idea' --exclude='dist' . ../maxi-media-player
rsync -a --exclude='copy-to-maxi-media-player.sh' --exclude='*.DS_Store' --exclude='coverage' --exclude='node_modules' --exclude='.git' --exclude='.idea' --exclude='dist' . ../maxi-media-player

find ../maxi-media-player -name "*" \
-not -path "*/.idea/*" \
Expand Down

0 comments on commit bf6596c

Please sign in to comment.