Adapt to latest go-app-paths API

This commit is contained in:
Christian Muehlhaeuser 2020-04-04 08:44:50 +02:00
parent c580dc1a46
commit e24ac49122
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -139,7 +139,7 @@ func main() {
setupQmlBridges()
// load config
scope := gap.NewScope(gap.User, "fribbledom.com", "telephant")
scope := gap.NewScope(gap.User, "telephant")
configDir, err := scope.ConfigPath("")
if err != nil {
panic(err)