Skip to content

Commit c382ad1

Browse files
committed
fix build config
1 parent 2b32a92 commit c382ad1

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,8 @@
3131
{
3232
"name": "@electron-forge/maker-zip",
3333
"platforms": [
34-
"darwin"
34+
"darwin", "linux"
3535
]
36-
},
37-
{
38-
"name": "@electron-forge/maker-deb",
39-
"config": {}
40-
},
41-
{
42-
"name": "@electron-forge/maker-rpm",
43-
"config": {}
4436
}
4537
]
4638
}

0 commit comments

Comments
 (0)