Skip to content

Commit

Permalink
add chromium support for Windows,Close #62
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Jan 29, 2021
1 parent 9998e8d commit 76496f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/browser_windows.go
Expand Up @@ -112,7 +112,7 @@ var (
errBase64DecodeFailed = errors.New("decode base64 failed")
)

// InitSecretKey on windows with win32 DPAPI
// InitSecretKey on Windows with win32 DPAPI
// conference from @https://gist.github.com/akamajoris/ed2f14d817d5514e7548
func (c *Chromium) InitSecretKey() error {
if c.keyPath == "" {
Expand Down

0 comments on commit 76496f3

Please sign in to comment.