Skip to content

Commit

Permalink
fix(dist): remove libharfbuzz (fixes #660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 5, 2022
1 parent ad27b94 commit a43a1c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ package:
#
make --directory=aw-qt package
cp -r aw-qt/dist/aw-qt/. dist/activitywatch
# Remove problem-causing binaries, see https://github.com/ActivityWatch/activitywatch/issues/161
rm -f dist/activitywatch/libdrm.so.2
# Remove problem-causing binaries
rm -f dist/activitywatch/libdrm.so.2 # see: https://github.com/ActivityWatch/activitywatch/issues/161
rm -f dist/activitywatch/libharfbuzz.so.0 # see: https://github.com/ActivityWatch/activitywatch/issues/660#issuecomment-959889230
# Remove unecessary files
rm -rf dist/activitywatch/pytz
# Builds zips and setups
Expand Down

0 comments on commit a43a1c6

Please sign in to comment.