Skip to content

Commit

Permalink
adding library for libassuan to fix #71 too
Browse files Browse the repository at this point in the history
 * #71
  • Loading branch information
maltfield committed May 25, 2023
1 parent bb53ecf commit 0117e75
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 @@ -315,7 +315,8 @@ a = Analysis(['../src/main.py'],
# needed for the icon of the .app when viewed in Finder
('buskill-icon.icns', '.'),
('/usr/local/bin/gpg', '.'),
('/usr/local/lib/libgcrypt.20.dylib', '.')
('/usr/local/lib/libgcrypt.20.dylib', '.'),
('/usr/local/lib/libassuan.0.dylib', '.')
],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
Expand Down

0 comments on commit 0117e75

Please sign in to comment.