update tests

This commit is contained in:
Jesse Duffield
2022-01-03 15:15:26 +11:00
parent 3911575041
commit 95b2e9540a
15 changed files with 92 additions and 124 deletions

View File

@@ -122,7 +122,7 @@ func NewApp(config config.AppConfigurer, filterPath string) (*App, error) {
return app, nil
}
app.OSCommand = oscommands.NewOSCommand(app.Common)
app.OSCommand = oscommands.NewOSCommand(app.Common, oscommands.GetPlatform())
app.Updater, err = updates.NewUpdater(app.Common, config, app.OSCommand)
if err != nil {