Skip to content

Commit 8cdb120

Browse files
author
Owen Schwartz
authored
Merge pull request #56 from Fdawgs/patch-1
Poppler v23.10.0
2 parents cb36487 + d1b172c commit 8cdb120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POPPLER_VERSION=23.08.0
1+
POPPLER_VERSION=23.10.0
22
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
33
BUILD="0"
44

@@ -32,6 +32,7 @@ cp "$PKGS_PATH_DIR"/fontconfig*/Library/bin/fontconfig-1.dll ./Library/bin/
3232
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/
3333
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/libexpat.dll
3434
cp -a "$PKGS_PATH_DIR"/libiconv*/Library/bin/. ./Library/bin/
35+
cp "$PKGS_PATH_DIR"/pixman*/Library/bin/*.dll ./Library/bin/
3536

3637
rm -rf "$PKGS_PATH_DIR"
3738

0 commit comments

Comments
 (0)