Commit ac4cca7c261fbf8dc2a90f6d5180d9d4ca4be7e4

Authored by Jay Berkenbilt
1 parent 7a457f7e

Change AppImage name back from QPDF to qpdf

Hopefully this is it.
.travis.yml
@@ -9,5 +9,5 @@ script: @@ -9,5 +9,5 @@ script:
9 after_success: 9 after_success:
10 - cd appimage/build 10 - cd appimage/build
11 - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq 11 - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
12 - - curl --upload-file ./QPDF*.AppImage https://transfer.sh/QPDF-git.$(git rev-parse --short HEAD)-x86_64.AppImage  
13 - - sha512sum ./QPDF*.AppImage 12 + - curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage
  13 + - sha512sum ./qpdf*.AppImage
README-what-to-download.md
1 To build from source for Linux or other UNIX/UNIX-like systems, it is generally sufficient to download just the source `qpdf-<version>.tar.gz` file. 1 To build from source for Linux or other UNIX/UNIX-like systems, it is generally sufficient to download just the source `qpdf-<version>.tar.gz` file.
2 2
3 -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-<version>-x86_64.AppImage`. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions. 3 +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-<version>-x86_64.AppImage`. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions.
4 4
5 For Windows, there are several additional files that you might want to download. 5 For Windows, there are several additional files that you might want to download.
6 6
appimage/qpdf.desktop
@@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
2 Type=Application 2 Type=Application
3 Terminal=true 3 Terminal=true
4 Exec=qpdf 4 Exec=qpdf
5 -Name=QPDF 5 +Name=qpdf
6 Comment=Structural, content-preserving transformations on PDF files 6 Comment=Structural, content-preserving transformations on PDF files
7 Icon=qpdf 7 Icon=qpdf