diff --git a/build.sh b/build.sh
index 130fce2174bc3f1829d4baf24e1f64a22d46d5cb..59a9119f2939139bc9dbe8f53126f8b29c440ec0 100644
--- a/build.sh
+++ b/build.sh
@@ -1,8 +1,8 @@
 echo "Processing assets"
 
 mkdir -p public/fonts public/img
-rsync -avzh --ignore-missing-args node_modules/bootstrap/fonts/*.{ttf,woff,eot,svg,woff2} node_modules/font-awesome/fonts/*.{ttf,woff,eot,svg,woff2,otf} fonts/*.{ttf,woff,woff2} node_modules/bootcards/dist/fonts/*.{ttf,woff,eot,svg,woff2,otf} public/fonts
-rsync -avzh --ignore-missing-args node_modules/leaflet/dist/images/** img/** public/img
+cp node_modules/bootstrap/fonts/*.{ttf,woff,eot,svg,woff2} node_modules/font-awesome/fonts/*.{ttf,woff,eot,svg,woff2,otf} fonts/*.{ttf,woff,woff2} node_modules/bootcards/dist/fonts/*.{ttf,woff,eot,svg,woff2,otf} public/fonts
+cp node_modules/leaflet/dist/images/** img/** public/img
 
 npx pug pug/pages --out public