add dist
This commit is contained in:
parent
c81f4651ab
commit
627a44d137
12
package.json
12
package.json
@ -7,7 +7,8 @@
|
|||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"compile:watch": "tsc -w",
|
"compile:watch": "tsc -w",
|
||||||
"app": "electron build/app.js",
|
"app": "electron build/app.js",
|
||||||
"app:build:win64": "electron-builder --win --x64"
|
"app:build:win64": "electron-builder --win --x64",
|
||||||
|
"app:pack:win64": "electron-builder --win --x64 --dir"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"asar": true,
|
"asar": true,
|
||||||
@ -16,6 +17,14 @@
|
|||||||
"node_modules/**/*",
|
"node_modules/**/*",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
|
"extraFiles":[
|
||||||
|
{
|
||||||
|
"from":"dist/",
|
||||||
|
"to":"dist/",
|
||||||
|
"filter":["**/*","!**/*.map"]
|
||||||
|
},
|
||||||
|
"index.html"
|
||||||
|
],
|
||||||
"appId": "com.prelude.ionian.app",
|
"appId": "com.prelude.ionian.app",
|
||||||
"productName": "Ionian",
|
"productName": "Ionian",
|
||||||
"win": {
|
"win": {
|
||||||
@ -53,6 +62,7 @@
|
|||||||
"electron-builder": "^22.9.1",
|
"electron-builder": "^22.9.1",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"ts-json-schema-generator": "^0.82.0",
|
"ts-json-schema-generator": "^0.82.0",
|
||||||
|
"ts-node": "^9.1.1",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user