add download and installed size to details

This commit is contained in:
2017-11-11 20:26:57 -03:00
parent 4209588710
commit 9a87ef0a9d
87 changed files with 766 additions and 84 deletions

View File

@@ -815,7 +815,9 @@ namespace Pamac {
builddate = "",
installdate = "",
reason = "",
has_signature = ""
has_signature = "",
downloadsize = "",
installsize = ""
};
}
}