diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d09246b..6bf6f29 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -122,8 +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 | 125 | - 7z e magick.zip -so LICENSE.txt > dist/magick.license.txt |
126 | - 7z e magick.zip -so NOTICE.txt > magick.notice.txt | 126 | - 7z e magick.zip -so NOTICE.txt > dist/magick.notice.txt |
127 | - 7z e magick.zip -so README.txt > magick.readme.txt | 127 | - 7z e magick.zip -so README.txt > dist/magick.readme.txt |
128 | - 7z a -r -tzip ldgallery-win64.zip ./dist/* | 128 | - 7z a -r -tzip ldgallery-win64.zip ./dist/* |
129 | 129 | ||