Skip to content

Commit cc6aeb7

Browse files
committed
Fix AUTHORS.txt file not found during build packaging
1 parent 29e49fb commit cc6aeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/vs2015/autobuild.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ IF %INSTALL_ALL% == 1 SET DIST_INSTALL_SRC="..\..\distribution\platform-specif
676676
IF %INSTALL_ALL% == 1 COPY /V /Y "..\CUI_README.txt" "%DIST_INSTALL_PATH%" /A
677677
IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\LICENSE" "%DIST_INSTALL_PATH%\LICENSE.txt" /A
678678
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
679+
IF %INSTALL_ALL% == 1 COPY /V /Y "..\..\unix\prebuild\AUTHORS" "%DIST_INSTALL_PATH%\AUTHORS.txt" /A
680680
IF %INSTALL_ALL% == 1 XCOPY /Q /S /I /E /V /Y "%DIST_INSTALL_SRC%\Help" "%DIST_INSTALL_PATH%\help"
681681
IF %INSTALL_ALL% == 1 ECHO.
682682
IF %INSTALL_ALL% == 1 ECHO -Installing Resources...

0 commit comments

Comments
 (0)