From 5955581cfa06a8c579e33a3dc92196023e2c133d Mon Sep 17 00:00:00 2001 From: Shain <48202184+ShainEli@users.noreply.github.com> Date: Mon, 12 Oct 2020 01:57:32 +0800 Subject: [PATCH 1/2] Update README.md update readme --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a853d8a..a095032 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ CaptfEncoder CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具,并聚合各类在线工具。 -## 使用 -### 方法一 直接下载可执行程序 - - * 百度网盘 密码: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是一款跨平台网络安全工具套件,提供网络安全相 * -## 下载软件 - - * 百度网盘 密码:k5b9 - ------------------------------------------------ From 36aa0d2fe7867bd8d70c7c6bfc62c6dacbe618b5 Mon Sep 17 00:00:00 2001 From: Shain <48202184+ShainEli@users.noreply.github.com> Date: Mon, 12 Oct 2020 01:59:24 +0800 Subject: [PATCH 2/2] Update package.json update output file's path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8885a46..3e9131b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "appId": "com.guyoung.captfencoder", "productName": "CaptfEncoder", "directories": { - "output": "../release/" + "output": "./release/" }, "win": { "icon": "icons/app_ico.ico"