Skip to content

123 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

123 #15

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,19 +7,19 @@ CaptfEncoder

CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具,并聚合各类在线工具。

## 使用

### 方法一 直接下载可执行程序

* 百度网盘 <https://pan.baidu.com/s/1q2N1w44bvYIXLe5gCI5oKA> 密码:k5b9

### 方法二 使用Electron运行
## 使用Electron运行

* git clone https://github.com/guyoung/CaptfEncoder.git
* cd CaptfEncoder
* npm install
* npm start

## 使用Electron打包
* cd CaptfEncoder
* npm install electron-builder
* electron-builder --mac(win) 根据自己的系统决定

## 支持操作系统

* Windows
@@ -120,10 +120,6 @@ CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相

* <https://github.com/guyoung/CaptfEncoder>

## 下载软件

* 百度网盘 <https://pan.baidu.com/s/1q2N1w44bvYIXLe5gCI5oKA> 密码:k5b9


------------------------------------------------

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"appId": "com.guyoung.captfencoder",
"productName": "CaptfEncoder",
"directories": {
"output": "../release/"
"output": "./release/"
},
"win": {
"icon": "icons/app_ico.ico"