Skip to content

Commit 2863070

Browse files
authored
Merge pull request #160 from moonD4rk/dev
docs: update ci status badge
2 parents ab6ca5a + ce415ff commit 2863070

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# HackBrowserData
77

8-
![CI](https://github.com/moonD4rk/HackBrowserData/workflows/CI/badge.svg?branch=master) ![Build Hack-Browser-Data Release](https://github.com/moonD4rk/HackBrowserData/workflows/Build%20Hack-Browser-Data%20Release/badge.svg)
8+
[![Lint](https://github.com/moonD4rk/HackBrowserData/actions/workflows/lint.yml/badge.svg)](https://github.com/moonD4rk/HackBrowserData/actions/workflows/lint.yml) [![build](https://github.com/moonD4rk/HackBrowserData/actions/workflows/build.yml/badge.svg)](https://github.com/moonD4rk/HackBrowserData/actions/workflows/build.yml) [![Release](https://github.com/moonD4rk/HackBrowserData/actions/workflows/release.yml/badge.svg)](https://github.com/moonD4rk/HackBrowserData/actions/workflows/release.yml)
99

1010
[中文说明](https://github.com/moonD4rk/HackBrowserData/blob/master/README_ZH.md)
1111

@@ -133,9 +133,6 @@ USAGE:
133133
Export all browingdata(password/cookie/history/bookmark) from browser
134134
Github Link: https://github.com/moonD4rk/HackBrowserData
135135
136-
VERSION:
137-
0.4.3
138-
139136
GLOBAL OPTIONS:
140137
--verbose, --vv verbose (default: false)
141138
--compress, --zip compress result to zip (default: false)

README_ZH.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ USAGE:
128128
Export all browingdata(password/cookie/history/bookmark) from browser
129129
Github Link: https://github.com/moonD4rk/HackBrowserData
130130
131-
VERSION:
132-
0.4.3
133-
134131
GLOBAL OPTIONS:
135132
--verbose, --vv verbose (default: false)
136133
--compress, --zip compress result to zip (default: false)

internal/decrypter/decrypter_darwin.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package decrypter
22

3+
import (
4+
"errors"
5+
)
6+
37
var (
48
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal")
59
)

0 commit comments

Comments
 (0)