Skip to content

Commit

Permalink
Create the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Feb 23, 2024
1 parent 02eed37 commit df8e3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Crypt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>255</string>
<string>256</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2024 The Crypt Project. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df8e3d7

Please sign in to comment.