Skip to content

Commit df520f9

Browse files
fixsupport for creating linux installer
1 parent a57ff94 commit df520f9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"watch": "rollup -c -w",
1212
"js": "rollup -c",
1313
"css": "lessc css/src/app.less > css/app.css",
14-
"start": "electron start.js"
14+
"start": "electron start.js",
15+
"pack": "electron-builder --dir",
16+
"dist": "electron-builder"
1517
},
1618
"author": "Cielito Lindo Productions",
1719
"license": "MIT",
@@ -23,14 +25,7 @@
2325
"rollup-plugin-includepaths": "^0.1.6",
2426
"rollup-watch": "^2.5.0"
2527
},
26-
"scripts": {
27-
"pack": "electron-builder --dir",
28-
"dist": "electron-builder"
29-
},
30-
"build": {
31-
"appId": "com.primitive.nextgen",
32-
"mac": {
33-
"category": "your.app.category.type"
28+
"build": {
29+
"appId": "com.cielito-lindo-productions.primitive.nextgen"
3430
}
3531
}
36-
}

0 commit comments

Comments
 (0)