From 22837c08647b6b6159cdda4abf93932f3226d2d4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Sep 2023 12:05:44 +0200 Subject: [PATCH] Add vencord_installer sync --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02bc07e..19c6c3c 100644 --- a/Makefile +++ b/Makefile @@ -125,10 +125,11 @@ sync-wsl: # Windows through WSL sync-windows: # Scripts - @$(WGET) $(REPO_SRC)/windows/ctmpf.bat -O $(WIN_HOME)/Documents/Local/ctmpf.bat @$(WGET) $(REPO_SRC)/windows/blockthespot.bat -O $(WIN_HOME)/Documents/Local/blockthespot.bat + @$(WGET) $(REPO_SRC)/windows/ctmpf.bat -O $(WIN_HOME)/Documents/Local/ctmpf.bat @$(WGET) $(REPO_SRC)/windows/update.bat -O $(WIN_HOME)/Documents/Local/update.bat @$(WGET) $(REPO_SRC)/windows/fix_nvidia_wsl.bat -O $(WIN_HOME)/Documents/Local/fix_nvidia_wsl.bat + @$(WGET) $(REPO_SRC)/windows/vencord_installer.bat -O $(WIN_HOME)/Documents/Local/vencord_installer.bat @echo "(Windows) Scripts synced!" @echo