From 9e48870451de300d6c65dd7336b62be5c1acdd2a Mon Sep 17 00:00:00 2001 From: crs Date: Thu, 5 Aug 2004 20:42:51 +0000 Subject: [PATCH] Fixed missing license file and PORTING in win32 installer build. --- dist/nullsoft/synergy.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/nullsoft/synergy.nsi b/dist/nullsoft/synergy.nsi index 1cd94840..e7d61938 100644 --- a/dist/nullsoft/synergy.nsi +++ b/dist/nullsoft/synergy.nsi @@ -59,7 +59,9 @@ Section "Synergy (required)" File "${DEPTH}\build\synergyc.exe" File "${DEPTH}\build\synergys.exe" File "${DEPTH}\build\*.dll" + File COPYING.txt File ChangeLog.txt + File ${DEPTH}\doc\PORTING File ${DEPTH}\doc\authors.html File ${DEPTH}\doc\autostart.html File ${DEPTH}\doc\compiling.html