Skip to content

Commit

Permalink
feat(electron/linux): add universal build support
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Sep 22, 2023
1 parent f8f4da9 commit 6cea40d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/electron/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"output": "build/dist"
},
"linux": {
"target": ["AppImage"],
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
},
"files": ["build/icons/png", "third_party/outline-go-tun2socks/linux", "tools/outline_proxy_controller/dist"],
"icon": "build/icons/png",
"category": "Network"
Expand Down

0 comments on commit 6cea40d

Please sign in to comment.