Browse Source

docs(build): add Electron build steps for Windows and Linux platforms in README.md

sw 9 hours ago
parent
commit
dcf1ac8e93
1 changed files with 10 additions and 6 deletions
  1. 10 6
      README.md

+ 10 - 6
README.md

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