Browse Source

补充readme.md,添加electron打包的说明

dengdx 1 week ago
parent
commit
1529b5157d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -13,3 +13,15 @@
 - npm i
 - npm run prebuild:arm:linux
 - npm run build:h5
+
+## 构建Windows平台的Electron应用程序分发包
+
+```markdown
+npm run build:electron:win
+```
+
+## 构建linux平台的Electron应用程序分发包[arm64]
+
+```
+npm run build:electron:linux
+```