Skip to content

Commit

Permalink
feat: support frp
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Nov 2, 2024
1 parent e57c345 commit 39e08dc
Show file tree
Hide file tree
Showing 9 changed files with 421 additions and 843 deletions.
7 changes: 4 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ win:
extraFiles:
- from: "./resources/iconTemplate.png"
to: "Resources"
- from: "./resources/index.html"
- from: "./resources/dist"
to: "Resources"
- from: "./resources/frpc/win/${arch}/frpc.exe"
to: "Resources"
Expand Down Expand Up @@ -53,10 +53,11 @@ mac:
extraFiles:
- from: "./resources/iconTemplate.png"
to: "Resources"
- from: "./resources/index.html"
to: "Resources"
- from: "./resources/frpc/mac/${arch}/frpc"
to: "Resources"
extraResources:
- from: "./resources/dist"
to: "dist"
dmg:
artifactName: ${name}-${version}-${arch}.${ext}
npmRebuild: false
Expand Down
Loading

0 comments on commit 39e08dc

Please sign in to comment.