xournalpp config directory may need to be created

This commit is contained in:
Mylloon 2023-11-06 00:10:50 +01:00
parent 4cd85e1734
commit e2dc0a77c8
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -180,6 +180,7 @@ sync-windows:
@echo
# Xournal++
@mkdir -p $(LOCALAPPDATA)/xournalpp
@$(WGET) $(REPO_SRC)/.config/xournalpp/settings.xml -O $(LOCALAPPDATA)/xournalpp/settings.xml
@echo "$(WIN) Xournal++ settings synced!"
@echo