Skip to content

Commit

Permalink
update manifest files
Browse files Browse the repository at this point in the history
Leo build: 20170925164553
  • Loading branch information
edreamleo committed Sep 25, 2017
1 parent 932b168 commit bfed348
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions git-manifest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gitattributes
About leo.exe.TXT
INSTALL.TXT
LICENSE.TXT
MANIFEST.in
Expand Down
4 changes: 2 additions & 2 deletions leo/core/commit_timestamp.json
Original file line number Diff line number Diff line change
@@ -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"
}
1 change: 1 addition & 0 deletions nsi-install-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File ".gitattributes"
File "About leo.exe.TXT"
File "INSTALL.TXT"
File "LICENSE.TXT"
File "MANIFEST.in"
Expand Down
1 change: 1 addition & 0 deletions nsi-uninstall-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfed348

Please sign in to comment.