Sent ooniprobe-desktop as the software name

This commit is contained in:
Arturo Filastò 2018-09-17 11:52:10 +02:00
parent 5cae6b0b83
commit bd6a5acf5b

View File

@ -130,7 +130,7 @@ func (c *Controller) Init(nt *mk.Nettest) error {
DisableReportFile: false,
DisableCollector: !c.Ctx.Config.Sharing.UploadResults,
RandomizeInput: false, // It's important to disable input randomization to ensure the URLs are written in sync to the DB
SoftwareName: "ooniprobe",
SoftwareName: "ooniprobe-desktop",
SoftwareVersion: ooni.Version,
OutputPath: msmtPath,