Skip to content

Commit

Permalink
fix(electron): correct the filepath for unpacking tun2socks when crea…
Browse files Browse the repository at this point in the history
…ting the asar archive (#1937)
  • Loading branch information
sbruens authored Mar 29, 2024
1 parent 6aaaf70 commit e32363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": ["build/electron", "www", "resources/tray", "!node_modules/electron"],
"asarUnpack": ["third_party", "tools"],
"asarUnpack": ["output", "tools"],
"artifactName": "Outline-Client.${ext}",
"directories": {
"output": "output/build/dist"
Expand Down

0 comments on commit e32363a

Please sign in to comment.