Skip to content

Commit 2e321f6

Browse files
committed
AppImage: disable signing again
Validation with: <https://github.com/AppImageCommunity/AppImageUpdate/releases/download/continuous/validate-x86_64.AppImage> fails, which eg. prevents the AppImage update. Perhaps problem in AppImageUpdate upstream (the sign reenablement is quite new - see the link referenced in 9a6f079).
1 parent 573fe22 commit 2e321f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/scripts/Linux-AppImage/create-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ if [ -f /lib/x86_64-linux-gnu/libfuse.so.2 ]; then
163163
cp /lib/x86_64-linux-gnu/libfuse.so.2 $APPDIR/appimageupdatetool-lib
164164
fi
165165

166+
# TODO: temporarily (? 2025-01-25) disable signing because validation fails
167+
unset appimage_key
166168
GIT_ROOT=$(git rev-parse --show-toplevel || true)
167169
if [ -n "${appimage_key-}" ] && [ -n "${GIT_ROOT-}" ]; then
168170
echo "$appimage_key" | base64 -d | tar -C "$GIT_ROOT" -xzaf -

0 commit comments

Comments
 (0)