add chromium support for Windows,Close #62

This commit is contained in:
moond4rk
2021-01-29 13:06:17 +08:00
parent 9998e8d1cd
commit 76496f3903
+1 -1
View File
@@ -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 == "" {