Merged revision(s) 63428 #6ec641510e from trunk:

Installer, Win: prevent asking for feedback
........

git-svn-id: branches/fixes_2_0@63429 -
This commit is contained in:
martin 2020-06-23 12:54:48 +00:00
parent 5797343119
commit 14e2fffb47

View File

@ -154,7 +154,7 @@ call build-fpc.bat
:: INSTALL_BINDIR is set by build-fpc.bat
%SVN% export -q %FPCBINDIR% %BUILDDIR%\fpcbins >> %LOGFILE%
IF %ERRORLEVEL% NEQ 0 GOTO SVNERR
mv %BUILDDIR%\fpcbins\*.* %INSTALL_BINDIR%
mv -f %BUILDDIR%\fpcbins\*.* %INSTALL_BINDIR%
%FPCBINDIR%\rm -rf %BUILDDIR%\fpcbins
del %INSTALL_BINDIR%\gdb.exe
:: copy from 32 bit, missing in 64bit