Skip to content

Commit

Permalink
added libnpth too #71
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed May 25, 2023
1 parent 0117e75 commit 1dfcdb3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,18 @@ a = Analysis(['../src/main.py'],
binaries=[],
datas=[
( '../KEYS', '.' ),
# needed for the taskbar icon when the app is running (kivy)
('../src/images/buskill-icon-150.png', '.'),
# needed for the icon of the .app when viewed in Finder
('buskill-icon.icns', '.'),
# needed for gpg https://github.com/BusKill/buskill-app/issues/71
('/usr/local/bin/gpg', '.'),
('/usr/local/lib/libgcrypt.20.dylib', '.'),
('/usr/local/lib/libassuan.0.dylib', '.')
('/usr/local/lib/libassuan.0.dylib', '.'),
('/usr/local/lib/libnpth.0.dylib', '.')
],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
Expand Down

0 comments on commit 1dfcdb3

Please sign in to comment.