Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5e4656f

Browse files
committed
wrong configuration nesting.
1 parent f8e9cc6 commit 5e4656f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,18 @@
113113
"linux": {
114114
"category": "Network",
115115
"target": [
116-
"AppImage",
117-
"snap",
118-
"deb"
119-
],
120-
"arch": [
121-
"x64",
122-
"ia32",
123-
"amd64"
116+
{
117+
"target": "AppImage",
118+
"arch": ["x64", "ia32", "arm64"]
119+
},
120+
{
121+
"target": "snap",
122+
"arch": ["x64", "ia32", "arm64"]
123+
},
124+
{
125+
"target": "deb",
126+
"arch": ["x64", "ia32", "arm64"]
127+
}
124128
]
125129
},
126130
"deb": {

0 commit comments

Comments
 (0)