Skip to content

Commit

Permalink
chore: udpate electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Oct 30, 2024
1 parent bfdca0a commit edbe412
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ files:
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
asarUnpack:
- ./resources/*
- ./resources/frpc.exe
- ./resources/iconTemplate.png
- ./resources/index.html
win:
target:
- target: "nsis"
Expand All @@ -19,7 +21,11 @@ win:
- "arm64"
executableName: fideo
extraFiles:
- from: "./resources/*"
- from: "./resources/frpc.exe"
to: "Resources"
- from: "./resources/iconTemplate.png"
to: "Resources"
- from: "./resources/index.html"
to: "Resources"
nsis:
oneClick: false
Expand Down

0 comments on commit edbe412

Please sign in to comment.