Stop bundling the PDF tools

This commit is contained in:
Dan Stillman 2023-04-29 05:39:12 -04:00
parent a497f501e9
commit 9a5275b92a
7 changed files with 1 additions and 104 deletions

View file

@ -22,8 +22,6 @@ DEVELOPER_ID="-"
entitlements_file="$ROOT_DIR/mac/entitlements.xml"
#/usr/bin/codesign --force --options runtime --entitlements "$entitlements_file" --sign "$DEVELOPER_ID" \
# "$APPDIR/Contents/MacOS/pdftotext" \
# "$APPDIR/Contents/MacOS/pdfinfo" \
# "$APPDIR/Contents/MacOS/XUL" \
# "$APPDIR/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater"
#find "$APPDIR/Contents" -name '*.dylib' -exec /usr/bin/codesign --force --options runtime --entitlements "$entitlements_file" --sign "$DEVELOPER_ID" {} \;