Skip to content

Commit

Permalink
fix: 🐛 修复 electron-builder 配置异常导致打包的文件无法发布的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 16, 2023
1 parent 83a8043 commit 9a4efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"asar": true,
"productName": "Escrcpy",
"directories": {
"output": "dist-release/${version}",
"output": "dist-release",
"buildResources": "electron/resources/build"
},
"files": ["dist", "dist-electron"],
Expand Down

0 comments on commit 9a4efa5

Please sign in to comment.