Skip to content

Commit

Permalink
nightly: package exiftool for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Feb 2, 2024
1 parent 62bf4a6 commit 06f1f74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
rsync
make
zip
unzip
wget
pacboy: >-
cc:p
gcc-libs:p
Expand All @@ -147,6 +149,11 @@ jobs:
run: |
make -C ${SRC_DIR}
make DESTDIR=${INSTALL_PREFIX} -C ${SRC_DIR} install
- name: bundle exiftool
run: |
wget https://exiftool.org/exiftool-12.76.zip
unzip exiftool-12.67.zip
mv exiftool*exe ${INSTALL_PREFIX}/usr/lib/vkdt/exiftool.exe
- name: check if it runs
run: |
${INSTALL_PREFIX}/usr/lib/vkdt/vkdt.exe --version
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install-bin: all Makefile
ln -rsf ${VKDTDIR}/vkdt-cli $(DESTDIR)$(prefix)/bin/vkdt-cli || true
cp -rfL bin/vkdt ${VKDTDIR}
cp -rfL bin/vkdt-cli ${VKDTDIR}
cp -rfL bin/exiftool ${VKDTDIR}
cp -rfL bin/vkdt-mkssf bin/vkdt-mkclut bin/vkdt-fit ${VKDTDIR}
cp -rfL bin/vkdt-eval-profile bin/vkdt-lutinfo ${VKDTDIR}
cp -rfL bin/vkdt-noise-profile bin/vkdt-gallery bin/vkdt-read-icc ${VKDTDIR}
Expand Down

0 comments on commit 06f1f74

Please sign in to comment.