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