Skip to content

Commit 4ad84f1

Browse files
authored
PITA
1 parent 502de4a commit 4ad84f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

make-appimage.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ export MAIN_BIN=ocrmypdf
1515

1616
# Deploy dependencies
1717
quick-sharun \
18-
/usr/bin/ocrmypdf \
19-
/usr/bin/tesseract \
20-
/usr/bin/gs \
18+
/usr/bin/ocrmypdf \
19+
/usr/bin/tesseract \
20+
/usr/bin/gs \
21+
/usr/lib/libxslt.so* \
2122
/usr/lib/libharfbuzz*.so*
2223

2324
# Additional changes can be done in between here

0 commit comments

Comments
 (0)