Skip to content

Commit

Permalink
attempting to add 'libgcrypt' library to fix MacOS upgrade issues
Browse files Browse the repository at this point in the history
 * #71
  • Loading branch information
maltfield committed May 24, 2023
1 parent f18f76b commit bb53ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ a = Analysis(['../src/main.py'],
('../src/images/buskill-icon-150.png', '.'),
# needed for the icon of the .app when viewed in Finder
('buskill-icon.icns', '.'),
('/usr/local/bin/gpg', '.')
('/usr/local/bin/gpg', '.'),
('/usr/local/lib/libgcrypt.20.dylib', '.')
],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
Expand Down

0 comments on commit bb53ecf

Please sign in to comment.