We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573fe22 commit 2e321f6Copy full SHA for 2e321f6
data/scripts/Linux-AppImage/create-appimage.sh
@@ -163,6 +163,8 @@ if [ -f /lib/x86_64-linux-gnu/libfuse.so.2 ]; then
163
cp /lib/x86_64-linux-gnu/libfuse.so.2 $APPDIR/appimageupdatetool-lib
164
fi
165
166
+# TODO: temporarily (? 2025-01-25) disable signing because validation fails
167
+unset appimage_key
168
GIT_ROOT=$(git rev-parse --show-toplevel || true)
169
if [ -n "${appimage_key-}" ] && [ -n "${GIT_ROOT-}" ]; then
170
echo "$appimage_key" | base64 -d | tar -C "$GIT_ROOT" -xzaf -
0 commit comments