Skip to content

Commit d3806df

Browse files
committed
Fix JSON syntax error
1 parent 45f24e5 commit d3806df

1 file changed

Lines changed: 68 additions & 69 deletions

File tree

electron-builder.json

Lines changed: 68 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -15,72 +15,71 @@
1515
"category": "public.app-category.productivity",
1616
"artifactName": "${productName}-mac-${arch}.${ext}",
1717
"target": [
18-
"target": [
19-
{
20-
"target": "dmg",
21-
"arch": [
22-
"x64",
23-
"arm64"
24-
]
25-
},
26-
{
27-
"target": "zip",
28-
"arch": [
29-
"x64",
30-
"arm64"
31-
]
32-
}
33-
],
34-
"protocols": [
35-
{
36-
"name": "Redstring Protocol",
37-
"schemes": [
38-
"redstring"
39-
]
40-
}
41-
]
42-
},
43-
"win": {
44-
"artifactName": "${productName}-win-${arch}.${ext}",
45-
"target": [
46-
{
47-
"target": "nsis",
48-
"arch": [
49-
"x64",
50-
"ia32"
51-
]
52-
}
53-
],
54-
"protocols": [
55-
{
56-
"name": "Redstring Protocol",
57-
"schemes": [
58-
"redstring"
59-
]
60-
}
61-
]
62-
},
63-
"linux": {
64-
"artifactName": "${productName}-linux-${arch}.${ext}",
65-
"target": [
66-
{
67-
"target": "AppImage",
68-
"arch": [
69-
"x64"
70-
]
71-
}
72-
],
73-
"protocols": [
74-
{
75-
"name": "Redstring Protocol",
76-
"schemes": [
77-
"redstring"
78-
]
79-
}
80-
]
81-
},
82-
"nsis": {
83-
"oneClick": false,
84-
"allowToChangeInstallationDirectory": true
85-
}
86-
}
18+
{
19+
"target": "dmg",
20+
"arch": [
21+
"x64",
22+
"arm64"
23+
]
24+
},
25+
{
26+
"target": "zip",
27+
"arch": [
28+
"x64",
29+
"arm64"
30+
]
31+
}
32+
],
33+
"protocols": [
34+
{
35+
"name": "Redstring Protocol",
36+
"schemes": [
37+
"redstring"
38+
]
39+
}
40+
]
41+
},
42+
"win": {
43+
"artifactName": "${productName}-win-${arch}.${ext}",
44+
"target": [
45+
{
46+
"target": "nsis",
47+
"arch": [
48+
"x64",
49+
"ia32"
50+
]
51+
}
52+
],
53+
"protocols": [
54+
{
55+
"name": "Redstring Protocol",
56+
"schemes": [
57+
"redstring"
58+
]
59+
}
60+
]
61+
},
62+
"linux": {
63+
"artifactName": "${productName}-linux-${arch}.${ext}",
64+
"target": [
65+
{
66+
"target": "AppImage",
67+
"arch": [
68+
"x64"
69+
]
70+
}
71+
],
72+
"protocols": [
73+
{
74+
"name": "Redstring Protocol",
75+
"schemes": [
76+
"redstring"
77+
]
78+
}
79+
]
80+
},
81+
"nsis": {
82+
"oneClick": false,
83+
"allowToChangeInstallationDirectory": true
84+
}
85+
}

0 commit comments

Comments
 (0)