From 0a06bff77a58c59bfd25b2eac2b0ab5fe9d16aef Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 30 Oct 2023 14:46:36 +0100 Subject: [PATCH] fix sync on windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b630225..ff3acc1 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ sync-windows: fi # Firefox @$(WGET) $(REPO_SRC)/.mozilla/firefox/user.js -O $(APPDATA)/Mozilla/Firefox/Profiles/*.default-release/user.js - @$(CURL) $(REPO_SRC)/.mozilla/firefox/user-windows.js >> $(APPDATA)/Mozilla/Firefox/Profiles/*.default-release/user.js + @$(CURL) $(REPO_SRC)/.mozilla/firefox/user-windows.js >> $(wildcard $(APPDATA)/Mozilla/Firefox/Profiles/*.default-release)/user.js @echo "(Windows) Firefox synced!" @echo