forge build without audio
This commit is contained in:
parent
95fbf17f3b
commit
9be94f47dc
5 changed files with 534 additions and 45 deletions
11
package.json
11
package.json
|
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "crimata",
|
||||
"productName": "Crimata",
|
||||
"version": "1.0.0",
|
||||
"description": "Cross-platform messenger app (Electron, Vue3)",
|
||||
"main": "main.js",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"start": "electron-forge start",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
|
@ -21,6 +20,10 @@
|
|||
"electron": "^18.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
"electron-store": "^8.0.0",
|
||||
"ws": "^7.3.1",
|
||||
"electron-squirrel-startup": "^1.0.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
@ -29,9 +32,7 @@
|
|||
"makers": [
|
||||
{
|
||||
"name": "@electron-forge/maker-squirrel",
|
||||
"config": {
|
||||
"name": "crimata"
|
||||
}
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"name": "@electron-forge/maker-zip",
|
||||
|
|
|
|||
Loading…
Reference in a new issue