We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb36487 + d1b172c commit 8cdb120Copy full SHA for 8cdb120
package.sh
@@ -1,4 +1,4 @@
1
-POPPLER_VERSION=23.08.0
+POPPLER_VERSION=23.10.0
2
POPPLER_DATA_URL="https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz"
3
BUILD="0"
4
@@ -32,6 +32,7 @@ cp "$PKGS_PATH_DIR"/fontconfig*/Library/bin/fontconfig-1.dll ./Library/bin/
32
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/
33
cp "$PKGS_PATH_DIR"/expat*/Library/bin/expat.dll ./Library/bin/libexpat.dll
34
cp -a "$PKGS_PATH_DIR"/libiconv*/Library/bin/. ./Library/bin/
35
+cp "$PKGS_PATH_DIR"/pixman*/Library/bin/*.dll ./Library/bin/
36
37
rm -rf "$PKGS_PATH_DIR"
38
0 commit comments