diff options
| author | Teutates <103068388+Teutates@users.noreply.github.com> | 2022-07-20 17:13:17 -0400 |
|---|---|---|
| committer | Teutates <103068388+Teutates@users.noreply.github.com> | 2022-07-20 17:13:17 -0400 |
| commit | f244584cbb226b05a323298d04022cba4c4496fa (patch) | |
| tree | 5d83fde52f346a56147b683702774b6a2a920498 /ldid.hpp | |
| parent | 6aa24b5090f74615d8b2a387c1b562ac5c206aef (diff) | |
| download | ldid-f244584cbb226b05a323298d04022cba4c4496fa.tar.gz ldid-f244584cbb226b05a323298d04022cba4c4496fa.zip | |
Allow -P to work on directories
Diffstat (limited to 'ldid.hpp')
| -rw-r--r-- | ldid.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ struct Bundle { Hash hash; }; -Bundle Sign(const std::string &root, Folder &folder, const std::string &key, const std::string &requirements, const Functor<std::string (const std::string &, const std::string &)> &alter, bool merge, const Progress &progress); +Bundle Sign(const std::string &root, Folder &folder, const std::string &key, const std::string &requirements, const Functor<std::string (const std::string &, const std::string &)> &alter, bool merge, uint8_t platform, const Progress &progress); typedef std::map<uint32_t, Hash> Slots; |
