aboutsummaryrefslogtreecommitdiffstats
path: root/appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-23 04:11:35 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-23 13:50:11 +0200
commit92ca2a41bc4621d54217d8066d726f694c40e5eb (patch)
treecfcb6d48dae5a31b0987dbb528193feef2fd76e1 /appimage
parentec8c7237e312b194e4d65432c1da6639ae942cdd (diff)
downloadqpdf-92ca2a41bc4621d54217d8066d726f694c40e5eb.tar.zst
Tweak release process
Diffstat (limited to 'appimage')
-rwxr-xr-xappimage/entrypoint6
1 files changed, 3 insertions, 3 deletions
diff --git a/appimage/entrypoint b/appimage/entrypoint
index 39c2ab61..b1ee7eb0 100755
--- a/appimage/entrypoint
+++ b/appimage/entrypoint
@@ -4,8 +4,8 @@ if [ "$SKIP_TESTS" = "1" ]; then
touch /tmp/skip-tests
fi
if [ $(id -u) = 0 ]; then
- if [ ! -d /tmp/build/.gnupg ]; then
- echo "/tmp/build must exist and must contain .gnupg"
+ if [ ! -d /tmp/build ]; then
+ echo "/tmp/build must exist"
exit 2
fi
id=$(stat -c %u /tmp/build)
@@ -25,4 +25,4 @@ cd qpdf
if [ -f /tmp/skip-tests ]; then
export SKIP_TESTS=1
fi
-./appimage/build-appimage --sign
+./appimage/build-appimage