From 1e86f3ab70ad20971a800089ec531f567dcc58da Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 17 Feb 2018 22:41:02 -0500 Subject: Complete .travis.yml and AppImage support (fixes #160, #161) --- dist/AppRun | 19 ------------------- dist/qpdf.desktop | 7 ------- dist/qpdf.png | Bin 4870 -> 0 bytes 3 files changed, 26 deletions(-) delete mode 100644 dist/AppRun delete mode 100644 dist/qpdf.desktop delete mode 100644 dist/qpdf.png (limited to 'dist') diff --git a/dist/AppRun b/dist/AppRun deleted file mode 100644 index 8a2e5935..00000000 --- a/dist/AppRun +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# The purpose of this custom AppRun script is -# to allow symlinking the AppImage and invoking -# the corresponding binary depending on which -# symlink was used to invoke the AppImage - -HERE="$(dirname "$(readlink -f "${0}")")" - -if [ ! -z $APPIMAGE ] ; then - BINARY_NAME=$(basename "$ARGV0") - if [ -e "$HERE/usr/bin/$BINARY_NAME" ] ; then - exec "$HERE/usr/bin/$BINARY_NAME" "$@" - else - exec "$HERE/usr/bin/qpdf" "$@" - fi -else - exec "$HERE/usr/bin/qpdf" "$@" -fi diff --git a/dist/qpdf.desktop b/dist/qpdf.desktop deleted file mode 100644 index b030a6db..00000000 --- a/dist/qpdf.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Type=Application -Terminal=true -Exec=qpdf -Name=QPDF -Comment=Structural, content-preserving transformations on PDF files -Icon=qpdf diff --git a/dist/qpdf.png b/dist/qpdf.png deleted file mode 100644 index f7a46c6f..00000000 Binary files a/dist/qpdf.png and /dev/null differ -- cgit v1.2.3-70-g09d2