diff --git a/git-manifest.txt b/git-manifest.txt index 6240d65ec30..268d6428e55 100644 --- a/git-manifest.txt +++ b/git-manifest.txt @@ -1,4 +1,5 @@ .gitattributes +About leo.exe.TXT INSTALL.TXT LICENSE.TXT MANIFEST.in diff --git a/leo/core/commit_timestamp.json b/leo/core/commit_timestamp.json index f9e6d450f93..3a91054d5ba 100644 --- a/leo/core/commit_timestamp.json +++ b/leo/core/commit_timestamp.json @@ -1,4 +1,4 @@ { - "asctime": "Mon Sep 25 16:44:45 CDT 2017", - "timestamp": "20170925164445" + "asctime": "Mon Sep 25 16:45:53 CDT 2017", + "timestamp": "20170925164553" } diff --git a/nsi-install-files.txt b/nsi-install-files.txt index 2c816242bea..73ef33e3d2d 100644 --- a/nsi-install-files.txt +++ b/nsi-install-files.txt @@ -3,6 +3,7 @@ SetOutPath "$INSTDIR" SetOverwrite ifnewer File ".gitattributes" +File "About leo.exe.TXT" File "INSTALL.TXT" File "LICENSE.TXT" File "MANIFEST.in" diff --git a/nsi-uninstall-files.txt b/nsi-uninstall-files.txt index 5a9b0c26be2..6f47f2c5e0c 100644 --- a/nsi-uninstall-files.txt +++ b/nsi-uninstall-files.txt @@ -3,6 +3,7 @@ SetOutPath $Temp Delete "$INSTDIR\.gitattributes" +Delete "$INSTDIR\About leo.exe.TXT" Delete "$INSTDIR\INSTALL.TXT" Delete "$INSTDIR\LICENSE.TXT" Delete "$INSTDIR\MANIFEST.in"