diff options
| author | Cameron Katri <me@cameronkatri.com> | 2022-07-19 21:55:49 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2022-07-19 21:55:49 -0400 |
| commit | f2eb981cf8d20ab013d559fa7d383e656954f12d (patch) | |
| tree | 8653cf394e2491b16ff438ed2ce11fb8ed63d3e3 /ldid.hpp | |
| parent | 7ecd404e138d4b0029bf70bfa27028f8e1596409 (diff) | |
| download | ldid-f2eb981cf8d20ab013d559fa7d383e656954f12d.tar.gz ldid-f2eb981cf8d20ab013d559fa7d383e656954f12d.zip | |
Fix -S -M and -s on .app bundles (Closes #18)
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, 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, const Progress &progress); typedef std::map<uint32_t, Hash> Slots; |
