Skip to content

Commit

Permalink
added libgpg-error to fix #71
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed May 25, 2023
1 parent 1dfcdb3 commit 088e0af
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 @@ -321,7 +321,8 @@ a = Analysis(['../src/main.py'],
('/usr/local/bin/gpg', '.'),
('/usr/local/lib/libgcrypt.20.dylib', '.'),
('/usr/local/lib/libassuan.0.dylib', '.'),
('/usr/local/lib/libnpth.0.dylib', '.')
('/usr/local/lib/libnpth.0.dylib', '.'),
('/usr/local/lib/libgpg-error.0.dylib', '.')
],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
Expand Down

0 comments on commit 088e0af

Please sign in to comment.