Add package-based licenses to about floater

This commit is contained in:
Drake Arconis
2016-01-16 13:31:21 -05:00
parent a5b03d1c0f
commit 2a072bfc67
3 changed files with 32 additions and 0 deletions

View File

@@ -81,6 +81,10 @@ class ViewerManifest(LLManifest):
# ... and the hunspell dictionaries
self.path("dictionaries")
# include the extracted packages information (see BuildPackagesInfo.cmake)
self.path(src=os.path.join(self.args['build'],"packages-info.txt"), dst="packages-info.txt")
self.end_prefix("app_settings")
if self.prefix(src="character"):