From df8e3d70450e93d063987b6312eeef608301b378 Mon Sep 17 00:00:00 2001 From: Graham Gilbert Date: Fri, 23 Feb 2024 06:53:33 -0800 Subject: [PATCH] Create the right folder --- Crypt/Info.plist | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Crypt/Info.plist b/Crypt/Info.plist index f1a06b9..2b18213 100644 --- a/Crypt/Info.plist +++ b/Crypt/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 255 + 256 NSHumanReadableCopyright Copyright © 2024 The Crypt Project. All rights reserved. NSPrincipalClass diff --git a/Makefile b/Makefile index dc28a03..a19a95f 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ build_binary: sign_binary: @sudo codesign --timestamp --force --deep -s "${DEV_APP_CERT}" build/checkin -pack-checkin: l_Library build_binary sign_binary +pack-checkin: l_Library l_Library_LaunchDaemons build_binary sign_binary @sudo mkdir -p ${WORK_D}/Library/Crypt @sudo ${CP} build/checkin ${WORK_D}/Library/Crypt/checkin @sudo chown -R root:wheel ${WORK_D}/Library/Crypt