From 13f34d49fab6f7e976f824ef0d6673bd6d9c2875 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 2 Apr 2010 20:44:09 +0000 Subject: WinGui: - Fix a small error in the build config. Don't run makensis for non install configs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3193 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/HandBrakeCS.csproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'win/C#') diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index a28bdc3a5..84e753268 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -476,10 +476,13 @@ --> - - cd ../../ + + + +cd ../../ copy Installer\Installer.nsi bin\Install cd bin\Install -makensis Installer.nsi +makensis Installer.nsi + \ No newline at end of file -- cgit v1.2.3