mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
Infrastructure: disable signing MudletCrashReporter.exe temporarily (#8880)
<!-- Keep the title short & concise so anyone non-technical can
understand it,
the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
disable signing MudletCrashReporter.exe temporarily
#### Motivation for adding to Mudlet
Crash reporter is not part of the 4.20 update.
#### Other info (issues closed, discussion etc)
This commit is contained in:
parent
b0ca9deadd
commit
16dc03fbe1
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<pe-file path="mudlet.exe">
|
||||
<authenticode-sign/>
|
||||
</pe-file>
|
||||
<pe-file path="MudletCrashReporter.exe">
|
||||
<!-- <pe-file path="MudletCrashReporter.exe">
|
||||
<authenticode-sign/>
|
||||
</pe-file>
|
||||
<pe-file path="crashpad_handler.exe">
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
</pe-file>
|
||||
<pe-file path="crashpad_wer.dll">
|
||||
<authenticode-sign/>
|
||||
</pe-file>
|
||||
</pe-file> -->
|
||||
</zip-file>
|
||||
</artifact-configuration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue