Skip to content

Commit

Permalink
remove C header files from the final binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Nov 18, 2024
1 parent 6e38b62 commit 89f599c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/electron/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"files": [
"client/electron/linux_proxy_controller/dist",
"client/electron/icons/png",
"client/output/build/linux"
"client/output/build/linux",
"!client/output/build/linux/*.h"
],
"icon": "client/electron/icons/png",
"maintainer": "Jigsaw LLC",
Expand All @@ -51,7 +52,8 @@
},
"win": {
"files": [
"client/output/build/windows"
"client/output/build/windows",
"!client/output/build/windows/*.h"
],
"icon": "client/electron/icons/win/icon.ico",
"sign": "client/electron/windows/electron_builder_signing_plugin.cjs",
Expand Down

0 comments on commit 89f599c

Please sign in to comment.