sync xournalpp
This commit is contained in:
parent
0a06bff77a
commit
ce3dc3a73f
5 changed files with 6 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -21,6 +21,7 @@ WIN_USER = anri
|
||||||
PFx86 = /mnt/c/Program\ Files\ \(x86\)
|
PFx86 = /mnt/c/Program\ Files\ \(x86\)
|
||||||
WIN_HOME = /mnt/c/Users/$(WIN_USER)
|
WIN_HOME = /mnt/c/Users/$(WIN_USER)
|
||||||
APPDATA = $(WIN_HOME)/AppData/Roaming
|
APPDATA = $(WIN_HOME)/AppData/Roaming
|
||||||
|
LOCALAPPDATA = $(WIN_HOME)/AppData/Local
|
||||||
WIN_STEAM_USERDATA = $(filter-out "userdata",$(shell find $(PFx86)/Steam/userdata -maxdepth 1 -type d -printf "\"%f\" "))
|
WIN_STEAM_USERDATA = $(filter-out "userdata",$(shell find $(PFx86)/Steam/userdata -maxdepth 1 -type d -printf "\"%f\" "))
|
||||||
CS2_CFG = $(PFx86)/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo/cfg
|
CS2_CFG = $(PFx86)/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo/cfg
|
||||||
|
|
||||||
|
@ -158,6 +159,11 @@ sync-windows:
|
||||||
@echo "(Windows) WindowsAutoNightMode synced!"
|
@echo "(Windows) WindowsAutoNightMode synced!"
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
# Xournal++
|
||||||
|
@$(WGET) $(REPO_SRC)/.config/xournalpp/settings.xml -O $(LOCALAPPDATA)/xournalpp/settings.xml
|
||||||
|
@echo "(Windows) Xournal++ synced!"
|
||||||
|
@echo
|
||||||
|
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
# Check if at least the platform is supported
|
# Check if at least the platform is supported
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
C:\Users\anri\AppData\Local\xournalpp
|
|
Loading…
Reference in a new issue