Added refresh

This commit is contained in:
NTCat 2024-05-13 23:06:52 -07:00
parent 680674f495
commit e64109a329
3 changed files with 14 additions and 0 deletions

5
client/refresh.bat Normal file
View File

@ -0,0 +1,5 @@
@Echo off
Pushd "%~dp0"
packwiz refresh
popd
pause

4
refresh.bat Normal file
View File

@ -0,0 +1,4 @@
@Echo OFF
set masterfolder=%cd%
start %cd%/client/refresh.bat
start %cd%/server/refresh.bat

5
server/refresh.bat Normal file
View File

@ -0,0 +1,5 @@
@Echo off
Pushd "%~dp0"
packwiz refresh
popd
pause