fix sync on windows
This commit is contained in:
parent
65f880e50c
commit
0a06bff77a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -149,7 +149,7 @@ sync-windows:
|
||||||
fi
|
fi
|
||||||
# Firefox
|
# Firefox
|
||||||
@$(WGET) $(REPO_SRC)/.mozilla/firefox/user.js -O $(APPDATA)/Mozilla/Firefox/Profiles/*.default-release/user.js
|
@$(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 "(Windows) Firefox synced!"
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue