From c52f96a97c1a4bab4cc7b5bf5944223dc7212e9c Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Mon, 3 Feb 2025 10:56:08 -0500 Subject: [PATCH] Add example for detached signature --- docs/authors/submit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authors/submit.rst b/docs/authors/submit.rst index 04e783ca0..062025f2c 100644 --- a/docs/authors/submit.rst +++ b/docs/authors/submit.rst @@ -46,7 +46,7 @@ is ready to be made available in Inkscape: #. Sign your zip file * Use GnuPG to sign your zip file, use the same signature as the public key you - uploaded to inkscape.org + uploaded to inkscape.org using a detached signature like so: `gpg --output your_ext-version.sig --detach-sign --sign your_ext-version.zip` * OR use md5hash to create a less secure md5 signature of the zip file. Make sure you have some text in your inkscape.org gnupg key profile setting so you see the signature field when uploading. -- GitLab