From f2eb981cf8d20ab013d559fa7d383e656954f12d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 19 Jul 2022 21:55:49 -0400 Subject: Fix -S -M and -s on .app bundles (Closes #18) --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 1e46f56..ef77477 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -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 &alter, const Progress &progress); +Bundle Sign(const std::string &root, Folder &folder, const std::string &key, const std::string &requirements, const Functor &alter, bool merge, const Progress &progress); typedef std::map Slots; -- cgit v1.2.3-56-ge451