We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57ff94 commit df520f9Copy full SHA for df520f9
package.json
@@ -11,7 +11,9 @@
11
"watch": "rollup -c -w",
12
"js": "rollup -c",
13
"css": "lessc css/src/app.less > css/app.css",
14
- "start": "electron start.js"
+ "start": "electron start.js",
15
+ "pack": "electron-builder --dir",
16
+ "dist": "electron-builder"
17
},
18
"author": "Cielito Lindo Productions",
19
"license": "MIT",
@@ -23,14 +25,7 @@
23
25
"rollup-plugin-includepaths": "^0.1.6",
24
26
"rollup-watch": "^2.5.0"
27
-"scripts": {
- "pack": "electron-builder --dir",
28
- "dist": "electron-builder"
29
-},
30
-"build": {
31
- "appId": "com.primitive.nextgen",
32
- "mac": {
33
- "category": "your.app.category.type"
+ "build": {
+ "appId": "com.cielito-lindo-productions.primitive.nextgen"
34
}
35
36
-}
0 commit comments