Installer, Win: prevent asking for feedback

git-svn-id: trunk@63428 -
This commit is contained in:
martin 2020-06-23 12:53:56 +00:00
parent 7291cd0b91
commit 6ec641510e

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