From e92f225c46c8a061e52b232a38de4d2016d2f6e1 Mon Sep 17 00:00:00 2001 From: wj32 Date: Fri, 27 Feb 2009 09:50:21 +0000 Subject: [PATCH] don't copy HACKING.txt git-svn-id: svn://svn.code.sf.net/p/processhacker/code@747 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/ProcessHacker/Build/release.cmd | 1 - 1 file changed, 1 deletion(-) 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