Update updator.bat

This commit is contained in:
Draqoken
2025-04-09 17:12:47 +03:00
parent 5e4144c3c0
commit 8d2fcbd9a7

View File

@@ -9,7 +9,7 @@ set "SCRIPTS_REPO_URL=http://nathantech.net:3000/CosmicRage/VIPMudCosmicRageScri
set "SCRIPTS_TEMP_DIR=%MAIN_REPO_DIR%\temp_scripts" :: Temporary directory for cloning scripts set "SCRIPTS_TEMP_DIR=%MAIN_REPO_DIR%\temp_scripts" :: Temporary directory for cloning scripts
set "SOUNDS_DIR=%MAIN_REPO_DIR%sounds" set "SOUNDS_DIR=%MAIN_REPO_DIR%sounds"
set "SOUNDS_REPO_URL=https://nathantech.net:3000/CosmicRage/CosmicRageSounds.git" set "SOUNDS_REPO_URL=https://nathantech.net:3000/CosmicRage/CosmicRageSounds.git"
set "REPO_SUBFOLDER=wav/wear" :: Change this if needed for sparse-checkout set "REPO_SUBFOLDER=wav"
:: --------- Setup Log --------- :: --------- Setup Log ---------
echo [%DATE% %TIME%] Starting update process... > "%LOG_FILE%" echo [%DATE% %TIME%] Starting update process... > "%LOG_FILE%"