Commit b152b3c9a9d095730c2f8aa7a7ce64e195327bce
1 parent
30ac51bc
Include manuals in windows distributions again (fixes #521)
Showing
3 changed files
with
5 additions
and
3 deletions
.github/workflows/main.yml
ChangeLog
build-scripts/build-windows
| ... | ... | @@ -20,9 +20,7 @@ if [[ $tool == mingw ]]; then |
| 20 | 20 | elif [[ $tool == msvc ]]; then |
| 21 | 21 | cl |
| 22 | 22 | fi |
| 23 | -if [ -f distfiles/distfiles.zip ]; then | |
| 24 | - unzip distfiles/distfiles.zip | |
| 25 | -fi | |
| 23 | +unzip distfiles.zip | |
| 26 | 24 | unzip qpdf-external-libs-bin.zip |
| 27 | 25 | cwd=`pwd` |
| 28 | 26 | PATH=$cwd/libqpdf/build:$PATH | ... | ... |