pdf_signature/AppDir/AppRun

6 lines
97 B
Bash
Executable File

#!/bin/sh
export LD_LIBRARY_PATH="${APPDIR}/bundle/lib"
exec $APPDIR/bundle/pdf_signature "$@"