Skip to content

Commit

Permalink
don't set vendor name
Browse files Browse the repository at this point in the history
  • Loading branch information
farrcraft committed Aug 11, 2022
1 parent fde5ca3 commit 07ec30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "brewtheory",
"productName": "BrewTheory",
"description": "A Homebrewing (as in Beer) application",
"keywords": [
"homebrewing",
Expand Down
2 changes: 1 addition & 1 deletion internal/electron/rpc/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (rpc *Server) createCertificate() bool {
return false
}

configDirs := configdir.New("farrcraft", "BrewTheory")
configDirs := configdir.New("", "BrewTheory")
folders := configDirs.QueryFolders(configdir.Global)
if _, err := os.Stat(folders[0].Path); errors.Is(err, os.ErrNotExist) {
rpc.Logger.Debug("Creating missing config directory - ", folders[0].Path)
Expand Down

0 comments on commit 07ec30b

Please sign in to comment.