docs: removes redundant phrasing in the code signing documentation (#44716)

Update code-signing.md
This commit is contained in:
Den Delimarsky 2024-11-20 13:41:01 -08:00 коммит произвёл GitHub
Родитель 85e2622b68
Коммит 769b045c8b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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