Skip to content

Commit f6b5a5f

Browse files
author
Owen Schwartz
authored
Merge pull request #47 from Fdawgs/patch-1
Poppler 23.01
2 parents 2f5ccae + 6249eef commit f6b5a5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.sh

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

@@ -21,7 +21,8 @@ cp "$PKGS_PATH_DIR"/openssl*/Library/bin/libcrypto-3-x64.dll ./Library/bin/
2121
cp "$PKGS_PATH_DIR"/openjpeg*/Library/bin/openjp2.dll ./Library/bin/
2222
cp "$PKGS_PATH_DIR"/xz*/Library/bin/liblzma.dll ./Library/bin/
2323
cp "$PKGS_PATH_DIR"/cairo*/Library/bin/cairo.dll ./Library/bin/
24-
cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
24+
# cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/libdeflate.dll ./Library/bin/
25+
cp "$PKGS_PATH_DIR"/libdeflate*/Library/bin/deflate.dll ./Library/bin/
2526
cp "$PKGS_PATH_DIR"/lerc*/Library/bin/Lerc.dll ./Library/bin/
2627
# cp "$PKGS_PATH_DIR"/jbig*/Library/bin/jbig.dll ./Library/bin/
2728
cp "$PKGS_PATH_DIR"/lcms2*/Library/bin/lcms2.dll ./Library/bin/

0 commit comments

Comments
 (0)