Skip to content

Commit

Permalink
Merge pull request #272 from kbernhagen/osx-add-fahctl-to-pkg
Browse files Browse the repository at this point in the history
Add fahctl to osx pkg
  • Loading branch information
jcoffland authored Aug 22, 2024
2 parents 9693e91 + 540cca6 commit caf6abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]', 0o644],
['build/install/osx/uninstall.url',
Expand Down

0 comments on commit caf6abf

Please sign in to comment.