From 540cca66c597a8baa596444c09d2be3bc5ea892a Mon Sep 17 00:00:00 2001 From: Kevin Bernhagen Date: Tue, 20 Aug 2024 02:06:26 -0700 Subject: [PATCH] Add fahctl to osx pkg Note: cannot codesign --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 9d96376..bee97db 100644 --- a/SConstruct +++ b/SConstruct @@ -125,6 +125,7 @@ if 'package' in COMMAND_LINE_TARGETS: ], pkg_files = [ [str(client[0]), 'usr/local/bin/', 0o755], + ['scripts/fahctl', 'usr/local/bin/', 0o755], ['build/install/osx/fahclient.url', 'Applications/Folding@home/Folding@home.url', 0o644], ['build/install/osx/uninstall.url',