We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a294cef commit 481d737Copy full SHA for 481d737
package.json
@@ -7,11 +7,11 @@
7
"scripts": {
8
"dev": "cross-env NODE_ENV=development electron .",
9
"start": "cross-env NODE_ENV=production electron .",
10
- "dist": "build -mwl",
+ "dist": "build -mw --linux deb",
11
"dist:macos": "build -m",
12
"dist:linux": "build --linux deb"
13
},
14
- "author": "HackMD (https://hackmd.io)",
+ "author": "HackMD <[email protected]> (https://hackmd.io)",
15
"license": "MIT",
16
"devDependencies": {
17
"cross-env": "^3.1.4",
0 commit comments