Skip to content

Commit

Permalink
Add shared data of Poppler to Windows installer (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleHuba committed Oct 18, 2021
1 parent a02baf5 commit 9fa58be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows-setup/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ cp -r /mingw64/share/icons "$setup_dir"/share/
echo "copy glib shared"
cp -r /mingw64/share/glib-2.0 "$setup_dir"/share/

echo "copy poppler shared"
cp -r /mingw64/share/poppler "$setup_dir"/share/

echo "copy gspawn-win64-helper"
cp /mingw64/bin/gspawn-win64-helper.exe "$setup_dir"/bin
cp /mingw64/bin/gspawn-win64-helper-console.exe "$setup_dir"/bin
Expand Down

0 comments on commit 9fa58be

Please sign in to comment.