We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e49fb commit cc6aeb7Copy full SHA for cc6aeb7
windows/vs2015/autobuild.cmd
@@ -676,7 +676,7 @@ IF %INSTALL_ALL% == 1 SET DIST_INSTALL_SRC="..\..\distribution\platform-specif
676
IF %INSTALL_ALL% == 1 COPY /V /Y "..\CUI_README.txt" "%DIST_INSTALL_PATH%" /A
677
IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\LICENSE" "%DIST_INSTALL_PATH%\LICENSE.txt" /A
678
IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\changes.txt" "%DIST_INSTALL_PATH%\ChangeLog.txt" /A
679
-IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\unix\AUTHORS" "%DIST_INSTALL_PATH%\AUTHORS.txt" /A
+IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\unix\prebuild\AUTHORS" "%DIST_INSTALL_PATH%\AUTHORS.txt" /A
680
IF %INSTALL_ALL% == 1 XCOPY /Q /S /I /E /V /Y "%DIST_INSTALL_SRC%\Help" "%DIST_INSTALL_PATH%\help"
681
IF %INSTALL_ALL% == 1 ECHO.
682
IF %INSTALL_ALL% == 1 ECHO -Installing Resources...
0 commit comments