From 7a457f7edfcd50c0f71d6fc406147ed2e0dc1773 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 19 Feb 2018 09:36:47 -0500 Subject: Change AppImage name back from qpdf to QPDF --- .travis.yml | 4 ++-- README-what-to-download.md | 2 +- appimage/qpdf.desktop | 2 +- 3 files changed, 4 insertions(+), 4 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 diff --git a/README-what-to-download.md b/README-what-to-download.md index d2fce074..e7bac633 100644 --- a/README-what-to-download.md +++ b/README-what-to-download.md @@ -1,6 +1,6 @@ To build from source for Linux or other UNIX/UNIX-like systems, it is generally sufficient to download just the source `qpdf-.tar.gz` file. -Virtually all Linux distributions include packages for qpdf. If you'd like to run the latest version of qpdf on an AppImage, you can download `qpdf--x86_64.AppImage`. +Virtually all Linux distributions include packages for qpdf. If you'd like to run the latest version of qpdf as an [AppImage](https://appimage.org/), you can download `QPDF--x86_64.AppImage`. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions. For Windows, there are several additional files that you might want to download. diff --git a/appimage/qpdf.desktop b/appimage/qpdf.desktop index 466663ab..b030a6db 100644 --- a/appimage/qpdf.desktop +++ b/appimage/qpdf.desktop @@ -2,6 +2,6 @@ Type=Application Terminal=true Exec=qpdf -Name=qpdf +Name=QPDF Comment=Structural, content-preserving transformations on PDF files Icon=qpdf -- cgit v1.2.3-54-g00ecf