We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502de4a commit 4ad84f1Copy full SHA for 4ad84f1
1 file changed
make-appimage.sh
@@ -15,9 +15,10 @@ export MAIN_BIN=ocrmypdf
15
16
# Deploy dependencies
17
quick-sharun \
18
- /usr/bin/ocrmypdf \
19
- /usr/bin/tesseract \
20
- /usr/bin/gs \
+ /usr/bin/ocrmypdf \
+ /usr/bin/tesseract \
+ /usr/bin/gs \
21
+ /usr/lib/libxslt.so* \
22
/usr/lib/libharfbuzz*.so*
23
24
# Additional changes can be done in between here
0 commit comments