From 6b17ed48b4b81a94cc2025fdc7af009a4b188c55 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sun, 15 Jul 2018 00:37:35 -0400 Subject: [PATCH] Minor tweaks --- Makefile | 5 +++-- Setup_Windows.cmd | 8 ++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dbbb002..3bf2a5b 100644 --- a/Makefile +++ b/Makefile @@ -22,14 +22,15 @@ clone-wiki: clone-windows-website: @git clone https://github.com/Open-RSC/Website.git - cacls Website /grant Everyone:F /t + echo y| cacls Website /grant Everyone:F /t clone-windows-game: @git clone https://github.com/Open-RSC/Game.git - cacls Game /grant Everyone:F /t + echo y| cacls Game /grant Everyone:F /t clone-windows-wiki: @git clone https://github.com/Open-RSC/Wiki.git Website/Wiki + echo y| cacls Website/Wiki /grant Everyone:F /t pull-game-windows: @cd Game && git reset HEAD --hard && git pull diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 6fe1c4d..296f454 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -164,9 +164,13 @@ echo: Windows\make clone-windows-game echo: echo: -echo Importing the databases. +echo Importing the game databases. echo: -Windows\make import-windows +Windows\make import-windows-game +echo: +echo Importing the website database. +echo: +Windows\make import-windows-website echo: echo: echo Extracting client cache