mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
Change AppImage name back from QPDF to qpdf
Hopefully this is it.
This commit is contained in:
parent
7a457f7edf
commit
ac4cca7c26
@ -9,5 +9,5 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- cd appimage/build
|
- cd appimage/build
|
||||||
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
- 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
|
- curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage
|
||||||
- sha512sum ./QPDF*.AppImage
|
- sha512sum ./qpdf*.AppImage
|
||||||
|
@ -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-<version>.tar.gz` file.
|
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.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
For Windows, there are several additional files that you might want to download.
|
For Windows, there are several additional files that you might want to download.
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
Type=Application
|
Type=Application
|
||||||
Terminal=true
|
Terminal=true
|
||||||
Exec=qpdf
|
Exec=qpdf
|
||||||
Name=QPDF
|
Name=qpdf
|
||||||
Comment=Structural, content-preserving transformations on PDF files
|
Comment=Structural, content-preserving transformations on PDF files
|
||||||
Icon=qpdf
|
Icon=qpdf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user