diff --git a/trunk/ProcessHacker/Build/release.cmd b/trunk/ProcessHacker/Build/release.cmd index ea47e9b20..dbc8fb06d 100644 --- a/trunk/ProcessHacker/Build/release.cmd +++ b/trunk/ProcessHacker/Build/release.cmd @@ -4,7 +4,6 @@ SET outd=%~p1 ::Copy CHANGELOG.txt, HACKING.txt, LICENSE.txt, README.txt and kprocesshacker.sys COPY "%outd%\..\..\..\CHANGELOG.txt" "%outd%\" /V >nul 2>&1 -COPY "%outd%\..\..\..\HACKING.txt" "%outd%\" /V >nul 2>&1 COPY "%outd%\..\..\..\LICENSE.txt" "%outd%\" /V >nul 2>&1 COPY "%outd%\..\..\..\README.txt" "%outd%\" /V >nul 2>&1 COPY "%outd%\..\..\..\KProcessHacker\i386\kprocesshacker.sys" "%outd%\" /V >nul 2>&1