From 769b045c8b764796e9e210dfe734113a1225e8cf Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 20 Nov 2024 13:41:01 -0800 Subject: [PATCH] docs: removes redundant phrasing in the code signing documentation (#44716) Update code-signing.md --- docs/tutorial/code-signing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/code-signing.md b/docs/tutorial/code-signing.md index 840dd980e3..880b36f16f 100644 --- a/docs/tutorial/code-signing.md +++ b/docs/tutorial/code-signing.md @@ -13,8 +13,7 @@ security warnings. Both Windows and macOS prevent users from running unsigned applications. It is possible to distribute applications without codesigning them - but in order to -run them, users need to go through multiple advanced and manual steps to run -them. +run them, users need to go through multiple advanced and manual steps. If you are building an Electron app that you intend to package and distribute, it should be code signed. The Electron ecosystem tooling makes codesigning your