aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-19 15:36:47 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 15:36:47 +0100
commit7a457f7edfcd50c0f71d6fc406147ed2e0dc1773 (patch)
treebcdabf850df7dc4d056e0e5262b38c178bfd6541 /.travis.yml
parent00bd6a271da813ca3a8f297ee37a337f8adb5ab6 (diff)
downloadqpdf-7a457f7edfcd50c0f71d6fc406147ed2e0dc1773.tar.zst
Change AppImage name back from qpdf to QPDF
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 44a16c14..fe84f3c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,5 @@ script:
after_success:
- cd appimage/build
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- - curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- - sha512sum ./qpdf*.AppImage
+ - curl --upload-file ./QPDF*.AppImage https://transfer.sh/QPDF-git.$(git rev-parse --short HEAD)-x86_64.AppImage
+ - sha512sum ./QPDF*.AppImage