Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin (#59104)

* Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin

* fix test

* re-work solution
This commit is contained in:
Will Browne
2022-12-19 11:46:27 +00:00
committed by GitHub
parent 02fbb1cd8f
commit 48b33ab521
7 changed files with 77 additions and 11 deletions
@@ -0,0 +1,11 @@
{
"type": "renderer",
"name": "Test",
"id": "test-renderer",
"backend": true,
"executable": "test",
"info": {
"version": "1.0.0",
"description": "Test"
}
}