Skip to content

Commit

Permalink
attempting to fix upgrades on MacOS by including libintl dylib files
Browse files Browse the repository at this point in the history
 * #36
  • Loading branch information
maltfield committed Oct 24, 2022
1 parent 5426d02 commit cf7cde1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/mac/buildDmg.sh
Expand Up @@ -252,6 +252,10 @@ popd
find /tmp | grep -i dylib
cp /tmp/libusb-1.0.23/libusb/.libs/libusb-1.0.dylib src/

# gpg depends for MacOS, from:
# * https://github.com/BusKill/buskill-app/issues/36
cp -R /usr/local/opt/gettext/lib/libintl* src/

# output information about this build so the code can use it later in logs
cat > src/buskill_version.py <<EOF
BUSKILL_VERSION = {
Expand Down

0 comments on commit cf7cde1

Please sign in to comment.