From df7775359fe5f1e0bb181049596b1c5d8f64f24b Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 19 Jan 2007 14:33:56 +0000 Subject: [PATCH] Move README.txt into windows subdir. It's specific to the Windows installer, so it seems unnecessarily confusing to have it in the top level of the source distribution alongside README. [originally from svn r7125] --- README.txt => windows/README.txt | 0 windows/putty.iss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.txt => windows/README.txt (100%) diff --git a/README.txt b/windows/README.txt similarity index 100% rename from README.txt rename to windows/README.txt diff --git a/windows/putty.iss b/windows/putty.iss index 6fe5a969..a7493d46 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -52,7 +52,7 @@ Source: "..\doc\putty.chm"; DestDir: "{app}"; Flags: restartreplace uninsrestart Source: "..\doc\putty.hlp"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\doc\putty.cnt"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete Source: "..\LICENCE"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete -Source: "..\README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete +Source: "README.txt"; DestDir: "{app}"; Flags: isreadme restartreplace uninsrestartdelete [Icons] Name: "{group}\PuTTY"; Filename: "{app}\putty.exe"