Archived
Updated Installer to Include USVFS Files
This commit is contained in:
@@ -145,6 +145,7 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
|
||||
:: Deleting the archive
|
||||
del MO2.7z
|
||||
|
||||
:: Syncing all of the necessary folders and files
|
||||
echo ----
|
||||
echo Cloning repository...
|
||||
"%portable_git%" clone %git_repository%
|
||||
@@ -164,6 +165,13 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
|
||||
echo ----
|
||||
echo Synchronizing stylesheets folder...
|
||||
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
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
Reference in New Issue
Block a user