Skip to content

Commit

Permalink
AppImage: disable signing again
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
MartinPulec committed Jan 21, 2025
1 parent 573fe22 commit 2e321f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/scripts/Linux-AppImage/create-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ if [ -f /lib/x86_64-linux-gnu/libfuse.so.2 ]; then
cp /lib/x86_64-linux-gnu/libfuse.so.2 $APPDIR/appimageupdatetool-lib
fi

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

0 comments on commit 2e321f6

Please sign in to comment.