diff options
author | pacien | 2020-05-02 00:28:16 +0200 |
---|---|---|
committer | pacien | 2020-05-02 00:28:16 +0200 |
commit | c72653e0f3255025b1a097974cacdaf318a8a7f2 (patch) | |
tree | 2a63230686733026d4fcfcac81d2891042418117 | |
parent | b7e4ec738a0d048fe28bb821473f20891be89c7f (diff) | |
download | ldgallery-c72653e0f3255025b1a097974cacdaf318a8a7f2.tar.gz |
ci: add required imagemagick license notice to windows dist archive
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 041f942..d09246b 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -122,5 +122,8 @@ jobs: | |||
122 | - cp changelog.md license.md dist/ | 122 | - cp changelog.md license.md dist/ |
123 | - curl --output magick.zip -L https://imagemagick.org/download/binaries/ImageMagick-7.0.10-10-portable-Q16-x64.zip | 123 | - curl --output magick.zip -L https://imagemagick.org/download/binaries/ImageMagick-7.0.10-10-portable-Q16-x64.zip |
124 | - 7z e magick.zip -odist/ magick.exe | 124 | - 7z e magick.zip -odist/ magick.exe |
125 | - 7z e magick.zip -so LICENSE.txt > magick.license.txt | ||
126 | - 7z e magick.zip -so NOTICE.txt > magick.notice.txt | ||
127 | - 7z e magick.zip -so README.txt > magick.readme.txt | ||
125 | - 7z a -r -tzip ldgallery-win64.zip ./dist/* | 128 | - 7z a -r -tzip ldgallery-win64.zip ./dist/* |
126 | 129 | ||