Updated Installer to Include USVFS Files

This commit is contained in:
Kyle 2025-05-16 00:59:36 -04:00
parent 68a6537cdb
commit 4a78f03051
1 changed files with 8 additions and 0 deletions

View File

@ -145,6 +145,7 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
:: Deleting the archive :: Deleting the archive
del MO2.7z del MO2.7z
:: Syncing all of the necessary folders and files
echo ---- echo ----
echo Cloning repository... echo Cloning repository...
"%portable_git%" clone %git_repository% "%portable_git%" clone %git_repository%
@ -164,6 +165,13 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
echo ---- echo ----
echo Synchronizing stylesheets folder... echo Synchronizing stylesheets folder...
robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /E robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /E
echo ----
echo Synchronizing USVFS files...
robocopy "usvfs_proxy_x64.exe" "%mo2_isntall%" /E
robocopy "usvfs_proxy_x86.exe" "%mo2_isntall%" /E
robocopy "usvfs_x64.dll" "%mo2_isntall%" /E
robocopy "usvfs_x86.dll" "%mo2_isntall%" /E
:: Escape backslashes in the game path :: Escape backslashes in the game path
setlocal enabledelayedexpansion setlocal enabledelayedexpansion