Skip to content

Commit 6abcdf3

Browse files
committed
Add Linux build
1 parent c9fffe8 commit 6abcdf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"dev": "cross-env NODE_ENV=development electron .",
88
"start": "cross-env NODE_ENV=production electron .",
9-
"dist": "build -mwl"
9+
"dist": "build -mwl",
10+
"dist:linux": "build --linux deb"
1011
},
1112
"author": "Yukai Huang <yukaihuangtw@gmail.com> (https://yukaii.tw)",
1213
"license": "MIT",

0 commit comments

Comments
 (0)