Minor tweaks
This commit is contained in:
5
Makefile
5
Makefile
@@ -22,14 +22,15 @@ clone-wiki:
|
|||||||
|
|
||||||
clone-windows-website:
|
clone-windows-website:
|
||||||
@git clone https://github.com/Open-RSC/Website.git
|
@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:
|
clone-windows-game:
|
||||||
@git clone https://github.com/Open-RSC/Game.git
|
@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:
|
clone-windows-wiki:
|
||||||
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
|
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
|
||||||
|
echo y| cacls Website/Wiki /grant Everyone:F /t
|
||||||
|
|
||||||
pull-game-windows:
|
pull-game-windows:
|
||||||
@cd Game && git reset HEAD --hard && git pull
|
@cd Game && git reset HEAD --hard && git pull
|
||||||
|
|||||||
@@ -164,9 +164,13 @@ echo:
|
|||||||
Windows\make clone-windows-game
|
Windows\make clone-windows-game
|
||||||
echo:
|
echo:
|
||||||
echo:
|
echo:
|
||||||
echo Importing the databases.
|
echo Importing the game databases.
|
||||||
echo:
|
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:
|
echo:
|
||||||
echo Extracting client cache
|
echo Extracting client cache
|
||||||
|
|||||||
Reference in New Issue
Block a user