Skip to content

Commit

Permalink
silence some logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@11814 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 2, 2016
1 parent 6689d49 commit 6c784cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/win32/BUILD_INSTALLER_PACKAGE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ IF NOT EXIST "%TORTOISEPLINK_XP%" (
ECHO Error: '%TORTOISEPLINK_XP%' does not exist!
GOTO ERROR
)
ECHO XP version of TortoisePlink found in %TORTOISESVN_XP%
ECHO XP version of TortoisePlink found in %TORTOISEPLINK_XP%
MKDIR %DIST%\TortoisePlink-XP
COPY /B /Y /V "%TORTOISEPLINK_XP%\msvcr110.dll" %DIST%\TortoisePlink-XP\
COPY /B /Y /V "%TORTOISEPLINK_XP%\msvcp110.dll" %DIST%\TortoisePlink-XP\
COPY /B /Y /V "%TORTOISEPLINK_XP%\TortoisePlink.exe" %DIST%\TortoisePlink-XP\Plink.exe
COPY /B /Y /V "%TORTOISEPLINK_XP%\msvcr110.dll" %DIST%\TortoisePlink-XP\ > NUL
COPY /B /Y /V "%TORTOISEPLINK_XP%\msvcp110.dll" %DIST%\TortoisePlink-XP\ > NUL
COPY /B /Y /V "%TORTOISEPLINK_XP%\TortoisePlink.exe" %DIST%\TortoisePlink-XP\Plink.exe > NUL
COPY /B /Y /V "%TORTOISEPLINK_XP%\Putty-LICENSE.txt" %DIST%\ > NUL

if "%DO_ZIP%"=="1" (
Expand Down

0 comments on commit 6c784cd

Please sign in to comment.