Skip to content

Commit

Permalink
docs: powershell.exe and Get-AuthenticodeSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 12, 2024
1 parent 8b8b7d8 commit 82f1196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function generateErrorIssueUrl (e) {
return 'https://github.com/ipfs/ipfs-desktop/issues/2259#issuecomment-1239275950'
case stack.includes('bind: address already in use'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2216#issuecomment-1199189648'
case stack.includes('Get-AuthenticodeSignature'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
}
}
// Something else, prefill new issue form with error details
Expand Down

0 comments on commit 82f1196

Please sign in to comment.